طريقة Aspose::Font::Glyphs::operator==

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

يرجع true إذا كان معرفا الحرفين متساويين.

bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
معاملنوعالوصف
obj1const System::SharedPtr<GlyphId>&معرّف glyph الأول للمقارنة.
obj2const System::SharedPtr<System::Object>&معرّف glyph الثاني للمقارنة.

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>&معرف glyph الأول للمقارنة
obj2const System::SharedPtr<System::Object>&معرف glyph الثاني للمقارنة

ReturnValue

نتيجة المقارنة

انظر أيضًا