Skip to main content

Equals(DataGridLength) Method

Compares this instance of DataGridLength with another instance.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public bool Equals(
DataGridLength other
)

Parameters

  DataGridLength
DataGridLength length instance to compare.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Reference

DataGridLength Structure
Equals Overload
Avalonia.Controls Namespace