Thickness::Inequality Operator (Thickness, Thickness)
.NET Framework (current version)
Compares two Thickness structures for inequality.
Assembly: PresentationFramework (in PresentationFramework.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.
Testing for equality or inequality on two floating-point values that are logically equivalent might fail because of precision errors that can accumulate as the values are operated on.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: