Aspose::Font::operator== method
Contenuti
[
Nascondere
]Aspose::Font::operator==(const System::SharedPtr<MultiLanguageString>&, const System::String&) method
Implementazione dell’operatore di uguaglianza.
bool Aspose::Font::operator==(const System::SharedPtr<MultiLanguageString> &obj1, const System::String &obj2)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj1 | const System::SharedPtr<MultiLanguageString>& | primo oggetto da confrontare |
| obj2 | const System::String& | secondo oggetto da confrontare |
ReturnValue
risultato del confronto
Vedi anche
- 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
Implementazione dell’operatore di uguaglianza.
bool Aspose::Font::operator==(const System::String &obj1, const System::SharedPtr<MultiLanguageString> &obj2)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj1 | const System::String& | stringa da confrontare |
| obj2 | const System::SharedPtr<MultiLanguageString>& | stringa multilingua da confrontare |
ReturnValue
risultato del confronto
Vedi anche
- Class String
- Typedef SharedPtr
- Class MultiLanguageString
- Namespace Aspose::Font
- Library Aspose.Font for C++