[]
        
(Showing Draft Content)

C1.Framework.Thickness.op_Inequality

operator != Operator

operator !=(Thickness, Thickness)

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