DataGridLength.Inequality(DataGridLength, DataGridLength) Operator

Definition

Overloaded operator, compares 2 DataGridLength's.

public static bool operator != (Microsoft.Toolkit.Uwp.UI.Controls.DataGridLength gl1, Microsoft.Toolkit.Uwp.UI.Controls.DataGridLength gl2);
static member op_Inequality : Microsoft.Toolkit.Uwp.UI.Controls.DataGridLength * Microsoft.Toolkit.Uwp.UI.Controls.DataGridLength -> bool
Public Shared Operator != (gl1 As DataGridLength, gl2 As DataGridLength) As Boolean

Parameters

gl1
DataGridLength

first DataGridLength to compare.

gl2
DataGridLength

second DataGridLength to compare.

Returns

true if specified DataGridLength have either different value, unit type, desired value, or display value.

Applies to