Checks if this quantity's magnitude is greater than another's.
bool operator >(Quantity<T> other) => compareTo(other) > 0;