Aspose::Font::Glyphs::operator== méthode
Contenu
[
Cacher
]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ètre | Type | Description |
|---|---|---|
| obj1 | const System::SharedPtr<GlyphId>& | Premier identifiant de glyphe à comparer. |
| obj2 | const System::SharedPtr<System::Object>& | Second identifiant de glyphe à comparer. |
ReturnValue
Résultat de la comparaison.
Voir aussi
- Typedef SharedPtr
- Class GlyphId
- Class Object
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| obj1 | const System::SharedPtr<GlyphUInt32Id>& | premier identifiant de glyphe à comparer |
| obj2 | const System::SharedPtr<System::Object>& | deuxième identifiant de glyphe à comparer |
ReturnValue
résultat de la comparaison
Voir aussi
- Typedef SharedPtr
- Class GlyphUInt32Id
- Class Object
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++