DataGridLengthInequality Operator

Overloaded operator, compares 2 DataGridLength's.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public static bool operator !=(
	DataGridLength gl1,
	DataGridLength gl2
)

Parameters

gl1  DataGridLength
first DataGridLength to compare.
gl2  DataGridLength
second DataGridLength to compare.

Return Value

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

See Also