Compares this Integer with another Integer.
Returns:
@override int compareTo(Integer other) => _value.compareTo(other._value);