System::String::operator< metodo

String::operator< method

Confronta le stringhe in ordine.

bool System::String::operator<(const String &str) const
ParametroTipoDescrizione
strconst String&String da confrontare con quello corrente.

ReturnValue

true se questo è considerato minore di str, false altrimenti.

Vedi anche


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
ParametroTipoDescrizione
strconst String&String da confrontare con quello corrente.

ReturnValue

true se questo è considerato maggiore di str, false altrimenti.

Vedi anche