Compares this instance with rhs. An empty range is considered to be < all non-empty ranges. Otherwise, the comparison always considers the range's minimum value before comparing the maximum value.
instance to compare with this
a value less than 0 if this < rhs, a value greater than 0 if this > rhs or 0 if this == rhs.
See Implementation
Compares this instance with rhs. An empty range is considered to be < all non-empty ranges. Otherwise, the comparison always considers the range's minimum value before comparing the maximum value.