Aspose::Font::operator== method

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

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

انظر أيضًا