PointEquality Operator

Checks for equality between two Points.

Definition

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

Parameters

left  Point
The first point.
right  Point
The second point.

Return Value

Boolean
True if the points are equal; otherwise false.

See Also