DataGridLengthInequality Operator |
Compares two System.Windows.Controls.DataGridLength structures to determine
whether they are not equal.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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 do not have
the same value or sizing mode; otherwise, false.
See Also