Equality Operator
Overloaded operator, compares 2 DataGridLength's.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public static bool operator ==(
DataGridLength gl1,
DataGridLength gl2
)
Public Shared Operator = (
gl1 As DataGridLength,
gl2 As DataGridLength
) As Boolean
static let inline (=)
gl1 : DataGridLength *
gl2 : DataGridLength : bool
Parameters
- DataGridLength
- first DataGridLength to compare.
- DataGridLength
- second DataGridLength to compare.
Return Value
Boolean
true if specified DataGridLength have same value, unit type, desired value, and display value.