[]
Indicates if this range is contiguous with
range
.
public bool IsContiguousWith(Range<T> range)
Type | Name | Description |
---|---|---|
Range<T> | range | The range to check. |
Type | Description |
---|---|
bool | true if the two ranges are contiguous, false otherwise. |
Contiguous can mean containing, overlapping, or being next to.