[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.Overlaps

Overlaps Method

Overlaps(Range<T>)

Indicates if the range overlaps

value
.
Declaration
public bool Overlaps(Range<T> value)
Parameters
Type Name Description
Range<T> value

A range to test.

Returns
Type Description
bool

true if any of the range in

value
is within this range.
Exceptions
Type Condition
ArgumentNullException
value
is null.