Thickness.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two Thickness structures for inequality.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- t1
- Type: System.Windows.Thickness
The first structure to compare.
- t2
- Type: System.Windows.Thickness
The other structure to compare.
Return Value
Type: System.Booleantrue if the two instances of Thickness are not equal; otherwise, false.
Show: