Skip to main content

Inequality Operator

Checks for inequality between two RelativePoints.

Definition

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

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

Parameters

  RelativePoint
The first point.
  RelativePoint
The second point.

Return Value

Boolean
True if the points are unequal; otherwise false.

See Also

Reference

RelativePoint Structure
Avalonia Namespace