Skip to main content

Equality Operator

Checks for equality 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 equal; otherwise false.

See Also

Reference

RelativePoint Structure
Avalonia Namespace