Thickness::Equals Method (Thickness)
.NET Framework (current version)
Namespace:
System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
Return to top
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- thickness
-
Type:
System.Windows::Thickness
An instance of Thickness to compare for equality.
Return Value
Type: System::Booleantrue if the two instances of Thickness are equal; otherwise, false.
Implements
IEquatable<T>::Equals(T)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: