RangeCollectionContains Method |
Name | Description | |
---|---|---|
![]() | Contains(Int64) |
Returns true if item is within the ranges of this RangeCollection.
|
![]() | Contains(RangeCollection) |
Tells if this RangeCollection is a superset of another. An an equal RangeCollection is a superset.
|
![]() | Contains(Int64, Int64) |
Tells if all longs from start to last (inclusive) are members of this RangeCollection.
|