System::String::operator< metodo
Contenuti
[
Nascondere
]String::operator< method
Confronta le stringhe in ordine.
bool System::String::operator<(const String &str) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | String da confrontare con quello corrente. |
ReturnValue
true se questo è considerato minore di str, false altrimenti.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
titolo: System::String::operator> metodo linktitle: operator> second_title: Aspose.Page per C++ descrizione: ‘System::String::operator> metodo. Confronta l’ordine delle stringhe in C++.’ type: docs peso: 3300 url: /cpp/system/string/operator_/
String::operator> method
Confronta le stringhe in ordine.
bool System::String::operator>(const String &str) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | String da confrontare con quello corrente. |
ReturnValue
true se questo è considerato maggiore di str, false altrimenti.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++