operator > abstract method

bool operator >(
  1. RulesString other
)

Strings can be lexicographically compared using the ==, !=, >, <, >= and <= operators.

Implementation

bool operator >(RulesString other);