Method Overlaps
Overlaps(Range<T>)
Determines whether this range overlaps with another range.
public bool Overlaps(Range<T> other)Parameters
- otherRange<T>
- The other range. 
Returns
- bool
- True if this range overlaps with the other 
Determines whether this range overlaps with another range.
public bool Overlaps(Range<T> other)other Range<T>The other range.
True if this range overlaps with the other