[]
        
(Showing Draft Content)

C1.Framework.Thickness.op_Equality

operator == Operator

operator ==(Thickness, Thickness)

Tests whether two specified Thickness objects are equivalent.

Declaration
public static bool operator ==(Thickness t1, Thickness t2)
Parameters
Type Name Description
Thickness t1

A Thickness to test.

Thickness t2

A Thickness to test.

Returns
Type Description
bool

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