Aspose::Font::operator!= 方法

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

比较结果

另见