DataGridLengthEquals(DataGridLength) Method

Compares this instance of DataGridLength with another instance.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool Equals(
	DataGridLength other
)

Parameters

other  DataGridLength
DataGridLength length instance to compare.

Return Value

Boolean
true if this DataGridLength instance has the same value and unit type as gridLength.

Implements

IEquatableTEquals(T)

See Also