Aspose::Font::Glyphs::operator!= method
Contenuti
[
Nascondere
]Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphId>&, const System::SharedPtr<System::Object>&) method
Restituisce true se due ID di glifo non sono uguali.
bool Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj1 | const System::SharedPtr<GlyphId>& | Primo identificatore di glifo da confrontare. |
| obj2 | const System::SharedPtr<System::Object>& | Secondo identificatore di glifo da confrontare. |
ReturnValue
Risultato del confronto.
Vedi anche
- 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
Implementazione dell’operatore di disuguaglianza.
bool Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphUInt32Id> &obj1, const System::SharedPtr<System::Object> &obj2)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj1 | const System::SharedPtr<GlyphUInt32Id>& | primo identificatore di glifo da confrontare |
| obj2 | const System::SharedPtr<System::Object>& | secondo identificatore di glifo da confrontare |
ReturnValue
risultato del confronto
Vedi anche
- Typedef SharedPtr
- Class GlyphUInt32Id
- Class Object
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++