Aspose::Font::Glyphs::operator== méthode

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

Renvoie vrai si deux identifiants de glyphes sont égaux.

bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
ParamètreTypeDescription
obj1const System::SharedPtr<GlyphId>&Premier identifiant de glyphe à comparer.
obj2const System::SharedPtr<System::Object>&Second identifiant de glyphe à comparer.

ReturnValue

Résultat de la comparaison.

Voir aussi

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

Implémentation de l’opérateur d’égalité.

bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphUInt32Id> &obj1, const System::SharedPtr<System::Object> &obj2)
ParamètreTypeDescription
obj1const System::SharedPtr<GlyphUInt32Id>&premier identifiant de glyphe à comparer
obj2const System::SharedPtr<System::Object>&deuxième identifiant de glyphe à comparer

ReturnValue

résultat de la comparaison

Voir aussi