Equals(DataGridLength) Method
Compares this instance of DataGridLength with another instance.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool Equals(
DataGridLength other
)
Public Function Equals (
other As DataGridLength
) As Boolean
abstract Equals :
other : DataGridLength -> bool
override Equals :
other : DataGridLength -> bool
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