Aspose::Font::operator== method

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

Equality operator implementation.

bool Aspose::Font::operator==(const System::SharedPtr<MultiLanguageString> &obj1, const System::String &obj2)
ParameterTypeDescription
obj1const System::SharedPtr<MultiLanguageString>&first object to compare
obj2const System::String&second object to compare

ReturnValue

comparison result

See Also

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

Equality operator implementation.

bool Aspose::Font::operator==(const System::String &obj1, const System::SharedPtr<MultiLanguageString> &obj2)
ParameterTypeDescription
obj1const System::String&string to compare
obj2const System::SharedPtr<MultiLanguageString>&multilanguage string to compare

ReturnValue

comparison result

See Also