Aspose::Font::Glyphs::operator== 方法

Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphId>&, const System::SharedPtr<System::Object>&) method

如果两个字形 ID 相等则返回 true。

bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
参数类型描述
obj1const System::SharedPtr<GlyphId>&要比较的第一个字形标识符。
obj2const System::SharedPtr<System::Object>&要比较的第二个字形标识符。

ReturnValue

比较结果。

另见

Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphUInt32Id>&, const System::SharedPtr<System::Object>&) method

等号运算符实现。

bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphUInt32Id> &obj1, const System::SharedPtr<System::Object> &obj2)
参数类型描述
obj1const System::SharedPtr<GlyphUInt32Id>&要比较的第一个字形标识符
obj2const System::SharedPtr<System::Object>&要比较的第二个字形标识符

ReturnValue

比较结果

另见