RelativePointEquality Operator

Checks for equality between two RelativePoints.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool operator ==(
	RelativePoint left,
	RelativePoint right
)

Parameters

left  RelativePoint
The first point.
right  RelativePoint
The second point.

Return Value

Boolean
True if the points are equal; otherwise false.

See Also