Aspose::Font::operator!= Methode
Aspose::Font::operator!=(const System::SharedPtr<MultiLanguageString>&, const System::String&) method
Implementierung des Ungleichheitsoperators.
bool Aspose::Font::operator!=(const System::SharedPtr<MultiLanguageString> &obj1, const System::String &obj2)
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj1 | const System::SharedPtr<MultiLanguageString>& | Mehrsprachiger String zum Vergleichen |
| obj2 | const System::String& | String zum Vergleichen |
ReturnValue
Vergleichsergebnis
Siehe auch
- 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
Implementierung des Ungleichheitsoperators.
bool Aspose::Font::operator!=(const System::String &obj1, const System::SharedPtr<MultiLanguageString> &obj2)
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj1 | const System::String& | String zum Vergleichen |
| obj2 | const System::SharedPtr<MultiLanguageString>& | Mehrsprachiger String zum Vergleichen |
ReturnValue
Vergleichsergebnis
Siehe auch
- Class String
- Typedef SharedPtr
- Class MultiLanguageString
- Namespace Aspose::Font
- Library Aspose.Font for C++