System::StringComparer::Compare Methode
StringComparer::Compare method
Vergleicht zwei Zeichenketten anhand der aktuellen Einstellungen.
virtual int System::StringComparer::Compare(args_type x, args_type y) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| x | args_type | LHS Zeichenkettenwert. |
| y | args_type | RHS Zeichenkettenwert. |
ReturnValue
Negativer Wert, wenn x vor y kommt, Null, wenn sie gleich sind, und positiver Wert sonst.
Siehe auch
- Typedef args_type
- Class StringComparer
- Namespace System
- Library Aspose.Font for C++