DataGridLengthEquals(DataGridLength) Method
Compares this instance of DataGridLength with another instance.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool Equals(
DataGridLength other
)
Public Function Equals (
other As DataGridLength
) As Boolean
abstract Equals :
other : DataGridLength -> bool
override Equals :
other : DataGridLength -> bool
- other DataGridLength
- DataGridLength length instance to compare.
Booleantrue if this DataGridLength instance has the same value
and unit type as gridLength.
IEquatableTEquals(T)