[]
        
(Showing Draft Content)

C1.WPF.Core.Range-1.op_Equality

operator == Operator

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

Overrides the equals 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 two ranges are equal, false otherwise.