Click or drag to resize
GridLengthEquality Operator
Compares two Windows.UI.Xaml.GridLength structures for equality.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static bool operator ==(
	GridLength gl1,
	GridLength gl2
)

Parameters

gl1
Type: Windows.UI.XamlGridLength
The first instance of Windows.UI.Xaml.GridLength to compare.
gl2
Type: Windows.UI.XamlGridLength
The second instance of Windows.UI.Xaml.GridLength to compare.

Return Value

Type: Boolean
true if the two instances of Windows.UI.Xaml.GridLength have the same value and Windows.UI.Xaml.GridUnitType; otherwise, false.
See Also