Click or drag to resize

Range<T> .Contains Method

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