GridLengthInequality Operator
Compares two GridLength structures for inequality.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool operator !=(
GridLength gl1,
GridLength gl2
)
Public Shared Operator <> (
gl1 As GridLength,
gl2 As GridLength
) As Boolean
static let inline (<>)
gl1 : GridLength *
gl2 : GridLength : bool
- gl1 GridLength
- The first GridLength.
- gl2 GridLength
- The first GridLength.
BooleanTrue if the structures are unequal, otherwise false.