Aspose::Font::Glyphs::operator!= method

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)
ParametroTipoDescrizione
obj1const System::SharedPtr<GlyphId>&Primo identificatore di glifo da confrontare.
obj2const System::SharedPtr<System::Object>&Secondo identificatore di glifo da confrontare.

ReturnValue

Risultato del confronto.

Vedi anche

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)
ParametroTipoDescrizione
obj1const System::SharedPtr<GlyphUInt32Id>&primo identificatore di glifo da confrontare
obj2const System::SharedPtr<System::Object>&secondo identificatore di glifo da confrontare

ReturnValue

risultato del confronto

Vedi anche