[]
Indicates if the range overlaps
value
.
public bool Overlaps(Range<T> value)
Type | Name | Description |
---|---|---|
Range<T> | value | A range to test. |
Type | Description |
---|---|
bool | true if any of the range in is within this range.
|
Type | Condition |
---|---|
ArgumentNullException | is null.
|