GridLength.Inequality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares two GridLength structures to determine if they are not equal.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Operator <> ( _ gl1 As GridLength, _ gl2 As GridLength _ ) As Boolean
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 do not have the same value and GridUnitType; otherwise, false.
Show: