Thickness::Equality Operator (Thickness, Thickness)
.NET Framework (current version)
Compares the value of two Thickness structures for equality.
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 equal; otherwise, false.
Testing for equality 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: