Aspose::Font::operator!= method
Contenu
[
Cacher
]Aspose::Font::operator!=(const System::SharedPtr<MultiLanguageString>&, const System::String&) method
Implémentation de l’opérateur d’inégalité.
bool Aspose::Font::operator!=(const System::SharedPtr<MultiLanguageString> &obj1, const System::String &obj2)
| Paramètre | Type | Description |
|---|---|---|
| obj1 | const System::SharedPtr<MultiLanguageString>& | chaîne multilingue à comparer |
| obj2 | const System::String& | chaîne à comparer |
ReturnValue
résultat de la comparaison
Voir aussi
- 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
Implémentation de l’opérateur d’inégalité.
bool Aspose::Font::operator!=(const System::String &obj1, const System::SharedPtr<MultiLanguageString> &obj2)
| Paramètre | Type | Description |
|---|---|---|
| obj1 | const System::String& | chaîne à comparer |
| obj2 | const System::SharedPtr<MultiLanguageString>& | chaîne multilingue à comparer |
ReturnValue
résultat de la comparaison
Voir aussi
- Class String
- Typedef SharedPtr
- Class MultiLanguageString
- Namespace Aspose::Font
- Library Aspose.Font for C++