DataGridLengthEquals(Object) Method

Compares this instance of DataGridLength with another object.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public override bool Equals(
	Object obj
)

Parameters

obj  Object
Reference to an object for comparison.

Return Value

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

See Also