CTString::operator<, <=, >, >=, ==, !=
Syntax
CTBOOL operator<(const CTString& str)
CTBOOL operator<=(const CTString& str)
CTBOOL operator>(const CTString& str)
CTBOOL operator>=(const CTString& str)
CTBOOL operator==(const CTString& str)
CTBOOL operator!=(const CTString& str)
Parameters
Description
Compares the CTString object with str.
Return
Returns YES or NO depending on the result of the comparison.