Inequality Operator
Compares two GridLength structures for inequality.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
Parameters
- GridLength
- The first GridLength.
- GridLength
- The first GridLength.
Return Value
Boolean
True if the structures are unequal, otherwise false.