Метод Aspose::Font::Glyphs::operator==

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

Возвращает true, если два идентификатора глифов равны.

bool Aspose::Font::Glyphs::operator==(const System::SharedPtr<GlyphId> &obj1, const System::SharedPtr<System::Object> &obj2)
ПараметрТипОписание
obj1const System::SharedPtr<GlyphId>&Первый идентификатор глифа для сравнения.
obj2const System::SharedPtr<System::Object>&Второй идентификатор глифа для сравнения.

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>&первый идентификатор глифа для сравнения
obj2const System::SharedPtr<System::Object>&второй идентификатор глифа для сравнения

ReturnValue

результат сравнения

См. также