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

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

تُعيد true إذا لم تكن هويات glyph اثنين متساوية.

bool Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
معاملنوعالوصف
obj1const System::SharedPtr<GlyphId>&معرّف glyph الأول للمقارنة.
obj2const System::SharedPtr<System::Object>&معرّف glyph الثاني للمقارنة.

ReturnValue

نتيجة المقارنة.

انظر أيضًا

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

تنفيذ عامل عدم المساواة.

bool Aspose::Font::Glyphs::operator!=(const System::SharedPtr<GlyphUInt32Id> &obj1, const System::SharedPtr<System::Object> &obj2)
معاملنوعالوصف
obj1const System::SharedPtr<GlyphUInt32Id>&معرف glyph الأول للمقارنة
obj2const System::SharedPtr<System::Object>&معرف glyph الثاني للمقارنة

ReturnValue

نتيجة المقارنة

انظر أيضًا