Click or drag to resize
RangeCollectionContains Method
Overload List
  NameDescription
Public methodContains(Int64)
Returns true if item is within the ranges of this RangeCollection.
Public methodContains(RangeCollection)
Tells if this RangeCollection is a superset of another. An an equal RangeCollection is a superset.
Public methodContains(Int64, Int64)
Tells if all longs from start to last (inclusive) are members of this RangeCollection.
Top
See Also