GridLength::Equals Method (GridLength)
.NET Framework (current version)
Determines whether the specified GridLength is equal to the current GridLength.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- gridLength
-
Type:
System.Windows::GridLength
The GridLength structure to compare with the current instance.
Return Value
Type: System::Booleantrue if the specified GridLength has the same value and GridUnitType as the current instance; otherwise, false.
Implements
IEquatable<T>::Equals(T)
.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: