Skip to main content

Inequality Operator

Checks for inequality between two Rects.

Definition

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

public static bool operator !=(
Rect left,
Rect right
)

Parameters

  Rect
The first rect.
  Rect
The second rect.

Return Value

Boolean
True if the rects are unequal; otherwise false.

See Also

Reference

Rect Structure
Avalonia Namespace