Aspose::Font::operator!= method

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

Inequality operator implementation.

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

ReturnValue

comparison result

See Also

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

Inequality 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