Metodo System::String::operator<
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 per confrontare quella corrente. |
ReturnValue
true se questo è considerato minore di str, false altrimenti.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
title: Metodo System::String::operator> titoloLink: operator> second_title: Aspose.Font for C++ description: ‘Metodo System::String::operator> method. Confronta le stringhe in ordine in C++.’ type: docs weight: 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 per confrontare quella corrente. |
ReturnValue
true se questo è considerato maggiore di str, false altrimenti.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++