Click or drag to resize
DataGridLengthEquality Operator
Compares two System.Windows.Controls.DataGridLength structures for equality.

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

Parameters

gl1
Type: Windows.UI.Xaml.ControlsDataGridLength
The first System.Windows.Controls.DataGridLength instance to compare.
gl2
Type: Windows.UI.Xaml.ControlsDataGridLength
The second System.Windows.Controls.DataGridLength instance to compare.

Return Value

Type: Boolean
true if the two System.Windows.Controls.DataGridLength instances have the same value or sizing mode; otherwise, false.
See Also