Méthode System::String::operator<
Contenu
[
Cacher
]String::operator< method
Compare les chaînes par ordre.
bool System::String::operator<(const String &str) const
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | String pour comparer à l’actuel. |
ReturnValue
vrai si ceci est considéré comme inférieur à str, faux sinon.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
titre: System::String::operator> méthode titreLien: operator> deuxième_titre: Aspose.Font pour C++ description: ‘System::String::operator> méthode. Compare les chaînes par ordre en C++.’ type: documentation poids: 3300 url: /cpp/system/string/operator_/
String::operator> method
Compare les chaînes par ordre.
bool System::String::operator>(const String &str) const
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | String pour comparer à l’actuel. |
ReturnValue
vrai si ceci est considéré comme supérieur à str, faux sinon.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++