[]
        
(Showing Draft Content)

C1.Win.Interop.Thickness.op_Equality

operator == Operator

operator ==(Thickness, Thickness)

Compares the value of two Thickness structures for equality.

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

The first structure to compare.

Thickness t2

The other structure to compare.

Returns
Type Description
bool

true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise, false.