Aspose::Font::operator== метод

Aspose::Font::operator==(const System::SharedPtr<MultiLanguageString>&, const System::String&) method

Реализация оператора равенства.

bool Aspose::Font::operator==(const System::SharedPtr<MultiLanguageString> &obj1, const System::String &obj2)
ПараметрТипОписание
obj1const System::SharedPtr<MultiLanguageString>&первый объект для сравнения
obj2const System::String&второй объект для сравнения

ReturnValue

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

См. также

Aspose::Font::operator==(const System::String&, const System::SharedPtr<MultiLanguageString>&) method

Реализация оператора равенства.

bool Aspose::Font::operator==(const System::String &obj1, const System::SharedPtr<MultiLanguageString> &obj2)
ПараметрТипОписание
obj1const System::String&строка для сравнения
obj2const System::SharedPtr<MultiLanguageString>&многоязычная строка для сравнения

ReturnValue

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

См. также