DataGridLengthInequality Operator
Overloaded operator, compares 2 DataGridLength's.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
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
- gl1 DataGridLength
- first DataGridLength to compare.
- gl2 DataGridLength
- second DataGridLength to compare.
Booleantrue if specified DataGridLength have either different value,
unit type, desired value, or display value.