operator>()
String::operator>(const String&) const method
Order-compares strings.
bool System::String::operator>(const String &str) const
Arguments
| Parameter | Type | Description |
|---|---|---|
| str | const String& | String to compare current one to. |
Return Value
true if this is considering more than str, false otherwise.
See Also
- Class String
- Namespace System
- Library Aspose.Slides