Skip to main content

Inequality Operator

Checks for inequality between two PixelRects.

Definition

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

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

Parameters

  PixelRect
The first rect.
  PixelRect
The second rect.

Return Value

Boolean
True if the rects are unequal; otherwise false.

See Also

Reference

PixelRect Structure
Avalonia Namespace