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

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

Parameters

oCompare
Type: SystemObject
The object to compare with the current instance.

Return Value

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