[]
        
(Showing Draft Content)

C1.iOS.Core.C1CornerValue.op_Equality

operator == Operator

operator ==(C1CornerValue, C1CornerValue)

Compares two C1CornerValue structures for equality.

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

The first structure to compare.

C1CornerValue c2

The other structure to compare.

Returns
Type Description
bool