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