RangeTContains Method

Determines if this instance contains another range. There are three overloads.

Overload List

Contains(IRangeT) Returns true if the given RangeT is contained within this range.
Contains(T) Returns true if the given range is contained within this range.

See Also