[]
        
(Showing Draft Content)

C1.Framework.Corners.op_Equality

operator == Operator

operator ==(Corners, Corners)

Tests whether two specified Corners objects are equivalent.

Declaration
public static bool operator ==(Corners c1, Corners c2)
Parameters
Type Name Description
Corners c1

A Corners to test.

Corners c2

A Corners to test.

Returns
Type Description
bool

true if the two Corners objects are equal; otherwise, false.