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)
| معامل | نوع | الوصف |
|---|---|---|
| obj1 | const System::SharedPtr<MultiLanguageString>& | الكائن الأول للمقارنة |
| obj2 | const System::String& | الكائن الثاني للمقارنة |
ReturnValue
نتيجة المقارنة
انظر أيضًا
- Typedef SharedPtr
- Class MultiLanguageString
- Class String
- Namespace Aspose::Font
- Library Aspose.Font for C++
Aspose::Font::operator==(const System::String&, const System::SharedPtr<MultiLanguageString>&) method
تنفيذ عامل المساواة.
bool Aspose::Font::operator==(const System::String &obj1, const System::SharedPtr<MultiLanguageString> &obj2)
| معامل | نوع | الوصف |
|---|---|---|
| obj1 | const System::String& | سلسلة للمقارنة |
| obj2 | const System::SharedPtr<MultiLanguageString>& | سلسلة متعددة اللغات للمقارنة |
ReturnValue
نتيجة المقارنة
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class MultiLanguageString
- Namespace Aspose::Font
- Library Aspose.Font for C++