Aspose::Font::Glyphs::operator== yöntemi

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

İki glif kimliği eşitse true döndürür.

bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
ParametreTürAçıklama
obj1const System::SharedPtr<GlyphId>&Karşılaştırılacak ilk glif tanımlayıcısı.
obj2const System::SharedPtr<System::Object>&Karşılaştırılacak ikinci glif tanımlayıcısı.

ReturnValue

Karşılaştırma sonucu.

Ayrıca Bakınız

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

Eşitlik operatörü uygulaması.

bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphUInt32Id> &obj1, const System::SharedPtr<System::Object> &obj2)
ParametreTürAçıklama
obj1const System::SharedPtr<GlyphUInt32Id>&karşılaştırılacak ilk glif tanımlayıcısı
obj2const System::SharedPtr<System::Object>&karşılaştırılacak ikinci glif tanımlayıcısı

ReturnValue

karşılaştırma sonucu

Ayrıca Bakınız