[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.op_LessThan

operator < Operator

operator <(Range<T>, Range<T>)

Overrides the less than operator.

Declaration
public static bool operator <(Range<T> left, Range<T> right)
Parameters
Type Name Description
Range<T> left

The left range.

Range<T> right

The right range.

Returns
Type Description
bool

true if the

left
is less than
right
, false otherwise.

operator <(Range<T>, T)

Overrides the less than operator.

Declaration
public static bool operator <(Range<T> left, T right)
Parameters
Type Name Description
Range<T> left

The left range.

T right

The right range.

Returns
Type Description
bool

true if the

left
is less than
right
, false otherwise.