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