@Override
public boolean equals (Object obj)

Overriding: java.lang.Object

Checks if this range is equal to another range.

The comparison is based on the four values, minimum, largest minimum, smallest maximum and maximum. Only objects of type ValueRange are compared, other types return false.

Parameters:
obj    the object to check, null returns false

Returns:  true if this is equal to the other range