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

Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphId>&, const System::SharedPtr<System::Object>&) method

Returns true if two glyph ids are not equal.

bool Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
ParameterTypeDescription
obj1const System::SharedPtr<GlyphId>&First glyph identifier to compare.
obj2const System::SharedPtr<System::Object>&Second glyph identifier to compare.

ReturnValue

Comparison result.

See Also

Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphUInt32Id>&, const System::SharedPtr<System::Object>&) method

Inequality operator implementation.

bool Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphUInt32Id> &obj1, const System::SharedPtr<System::Object> &obj2)
ParameterTypeDescription
obj1const System::SharedPtr<GlyphUInt32Id>&first glyph identifier to compare
obj2const System::SharedPtr<System::Object>&second glyph identifier to compare

ReturnValue

comparison result

See Also