System::String::operator<-Methode
Inhalt
[
Ausblenden
]String::operator< method
Vergleicht Zeichenketten in ihrer Reihenfolge.
bool System::String::operator<(const String &str) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | String zum Vergleich mit dem aktuellen. |
ReturnValue
true, wenn dies als kleiner als str betrachtet wird, sonst false.
Siehe auch
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
title: System::String::operator>-Methode Linktitel: operator> second_title: Aspose.Font für C++ description: ‘System::String::operator>-Methode. Vergleicht Zeichenketten in C++ in Reihenfolge.’ type: docs weight: 3300 url: /cpp/system/string/operator_/
String::operator> method
Vergleicht Zeichenketten in ihrer Reihenfolge.
bool System::String::operator>(const String &str) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | String zum Vergleich mit dem aktuellen. |
ReturnValue
true, wenn dies als größer als str betrachtet wird, sonst false.
Siehe auch
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++