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