[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.IsContiguousWith

IsContiguousWith Method

IsContiguousWith(Range<T>)

Indicates if this range is contiguous with

range
.
Declaration
public bool IsContiguousWith(Range<T> range)
Parameters
Type Name Description
Range<T> range

The range to check.

Returns
Type Description
bool

true if the two ranges are contiguous, false otherwise.

Remarks

Contiguous can mean containing, overlapping, or being next to.