C++
bool operator >=( const char * psz ) const;
Description
Compares the string to determine if it is greater than or equal to a string of Utf8 characters.
Parameters
| Parameters | Description |
|---|---|
| psz | Input pointer to the string of characters |
Returns
true if this string is greater than or equal to psz, false otherwise.