[]
        
(Showing Draft Content)

C1.Framework.Corners.op_Inequality

operator != Operator

operator !=(Corners, Corners)

Tests whether two specified Corners objects are not 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 different; otherwise, false.