C++
bool operator <=( const CStringW & csw ) const;
Description
Compares the string to determine if it is less than or equal to a CStringW object.
Parameters
Parameters | Description |
---|---|
csw | Input reference to the CStringW object |
Returns
true if this string is less than or equal to csw, else false.
Links
Previous Declaration
bool operator <= (const CStringW & ) const;
inline bool AcString::operator <= (const CStringW & csw) const;