Checks if num data is GREATER than comparedTo.
bool isGreaterThan(num compareTo) => this > compareTo;