Click or drag to resize

Range<TRange, TState> .Contains Method

Overload List
  Name Description
Public method Contains(TRange) Determines whether the range contains the given value.
Public method Contains(Range<TRange, TState> ) Determines whether the range contains the given range.
Public method Contains(TRange, IComparer<TRange> ) Determines whether the range contains the given value.
Public method Contains(TRange, Comparison<TRange> ) Determines whether the range contains the given value.
Public method Contains(Range<TRange, TState> , IComparer<TRange> ) Determines whether the range contains the given range.
Public method Contains(Range<TRange, TState> , Comparison<TRange> ) Determines whether the range contains the given range.
Top
See Also