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