Skip to main content

Inequality Operator

Checks for inequality between two RelativeRects.

Definition

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

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

Parameters

  RelativeRect
The first rectangle.
  RelativeRect
The second rectangle.

Return Value

Boolean
True if the rectangles are unequal; otherwise false.

See Also

Reference

RelativeRect Structure
Avalonia Namespace