operator > abstract method
Strings can be lexicographically compared using the ==, !=, >, <, >= and <= operators.
Implementation
bool operator >(RulesString other);
Strings can be lexicographically compared using the ==, !=, >, <, >= and <= operators.
bool operator >(RulesString other);