Aspose::Font::Glyphs::operator!= Methode

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)
ParameterTypBeschreibung
obj1const System::SharedPtr<GlyphId>&Erster Glyph‑Bezeichner zum Vergleich.
obj2const System::SharedPtr<System::Object>&Zweiter Glyph‑Bezeichner zum Vergleich.

ReturnValue

Vergleichsergebnis.

Siehe auch

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)
ParameterTypBeschreibung
obj1const System::SharedPtr<GlyphUInt32Id>&Erster Glyph-Identifikator zum Vergleichen
obj2const System::SharedPtr<System::Object>&Zweiter Glyph-Identifikator zum Vergleichen

ReturnValue

Vergleichsergebnis

Siehe auch