Method Overlaps
Overlaps(Range<T>)
Determines whether this range overlaps with another range.
public bool Overlaps(Range<T> other)
Parameters
other
Range<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