DataGridLengthEquality 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 same value, unit type, desired value, and display value.

See Also