[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.op_GreaterThanOrEqual

operator >= Operator

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

Overrides the greater than or equal 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 greater than or equal to
right
, false otherwise.

operator >=(Range<T>, T)

Overrides the greater than or equals 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 greater than or equal to
right
, false otherwise.