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)
| 参数 | 类型 | 描述 |
|---|---|---|
| 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++