DataGridLengthEquals Method (DataGridLength) |
Determines whether the specified System.Windows.Controls.DataGridLength is
equal to the current System.Windows.Controls.DataGridLength.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Equals(
DataGridLength other
)
Parameters
- other
- Type: Windows.UI.Xaml.ControlsDataGridLength
The System.Windows.Controls.DataGridLength 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