Click or drag to resize
DataGridLengthEquals Method (Object)
Determines whether the specified object is equal to the current System.Windows.Controls.DataGridLength.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to the current instance.

Return Value

Type: Boolean
true if the specified object is a System.Windows.Controls.DataGridLength with the same value or sizing mode as the current System.Windows.Controls.DataGridLength; otherwise, false.
See Also