Click or drag to resize
GridLengthEquals Method (GridLength)
Determines whether the specified Windows.UI.Xaml.GridLength is equal to the current Windows.UI.Xaml.GridLength.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Equals(
	GridLength gridLength
)

Parameters

gridLength
Type: Windows.UI.XamlGridLength
The Windows.UI.Xaml.GridLength structure to compare with the current instance.

Return Value

Type: Boolean
true if the specified Windows.UI.Xaml.GridLength has the same value and Windows.UI.Xaml.GridLength.GridUnitType as the current instance; otherwise, false.
See Also