Skip to main content

Inequality Operator

Compares two GridLength structures for inequality.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static bool operator !=(
GridLength gl1,
GridLength gl2
)

Parameters

  GridLength
The first GridLength.
  GridLength
The first GridLength.

Return Value

Boolean
True if the structures are unequal, otherwise false.

See Also

Reference

GridLength Structure
Avalonia.Controls Namespace