System.AnsiStringT.operator <=
C++
bool operator <=(const AnsiStringT& rhs) const {
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | dstring.h | System | AnsiStringT |
Description
Compares two strings.
System.AnsiStringT.operator <= inherits from System.AnsiStringBase.operator <=. All content below this line refers to System.AnsiStringBase.operator <=.
Compares two strings.
Returns True if AnsiString is less than or equal to rhs, False otherwise.
Note: operator <= performs a simple byte-level numeric comparison. For locale support, or to ignore case, use the AnsiCompare or AnsiCompareIC methods.