GridLength::Equality Operator (GridLength, GridLength)
.NET Framework (current version)
Compares two GridLength structures for equality.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- gl1
-
Type:
System.Windows::GridLength
The first instance of GridLength to compare.
- gl2
-
Type:
System.Windows::GridLength
The second instance of GridLength to compare.
Return Value
Type: System::Booleantrue if the two instances of GridLength have the same value and GridUnitType; otherwise, false.
.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: