Aspose::Font::operator== yöntemi

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

Eşitlik operatörü uygulaması.

bool Aspose::Font::operator==(const System::SharedPtr<MultiLanguageString> &obj1, const System::String &obj2)
ParametreTürAçıklama
obj1const System::SharedPtr<MultiLanguageString>&karşılaştırılacak ilk nesne
obj2const System::String&karşılaştırılacak ikinci nesne

ReturnValue

karşılaştırma sonucu

Ayrıca Bakınız

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

Eşitlik operatörü uygulaması.

bool Aspose::Font::operator==(const System::String &obj1, const System::SharedPtr<MultiLanguageString> &obj2)
ParametreTürAçıklama
obj1const System::String&karşılaştırılacak dize
obj2const System::SharedPtr<MultiLanguageString>&karşılaştırılacak çok dilli dize

ReturnValue

karşılaştırma sonucu

Ayrıca Bakınız