C++
bool operator >( const wchar_t * pwsz ) const;
Description
Compares the string to determine if it is greater than a string of wide characters.
Parameters
Parameters | Description |
---|---|
pwsz | Input pointer to the string of characters to compare to |
Returns
true if this string is greater than pwsz, false otherwise.
Links
Previous Declaration
inline bool AcString::operator > (const wchar_t *pwsz) const;