Aspose::Font::Glyphs::operator!= Methode
Inhalt
[
Ausblenden
]Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphId>&, const System::SharedPtr<System::Object>&) method
Gibt true zurück, wenn zwei Glyph‑IDs nicht gleich sind.
bool Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj1 | const System::SharedPtr<GlyphId>& | Erster Glyph‑Bezeichner zum Vergleich. |
| obj2 | const System::SharedPtr<System::Object>& | Zweiter Glyph‑Bezeichner zum Vergleich. |
ReturnValue
Vergleichsergebnis.
Siehe auch
- 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
Implementierung des Ungleichheitsoperators.
bool Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphUInt32Id> &obj1, const System::SharedPtr<System::Object> &obj2)
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj1 | const System::SharedPtr<GlyphUInt32Id>& | Erster Glyph-Identifikator zum Vergleichen |
| obj2 | const System::SharedPtr<System::Object>& | Zweiter Glyph-Identifikator zum Vergleichen |
ReturnValue
Vergleichsergebnis
Siehe auch
- Typedef SharedPtr
- Class GlyphUInt32Id
- Class Object
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++