Returns true if this string is lexicographically greater than b.
b
bool operator >(String b) { return compareTo(b) > 0; }