Checks if this range is equal to another range.
!(p)
The comparison is based on the four values, minimum, largest minimum,
smallest maximum and maximum.
Only objects of type {@code ValueRange} are compared, other types return false.
@param obj the object to check, null returns false
@return true if this is equal to the other range
Checks if this range is equal to another range. !(p) The comparison is based on the four values, minimum, largest minimum, smallest maximum and maximum. Only objects of type {@code ValueRange} are compared, other types return false.
@param obj the object to check, null returns false @return true if this is equal to the other range