PixelPointEquality Operator

Checks for equality between two PixelPoints.

Definition

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

Parameters

left  PixelPoint
The first point.
right  PixelPoint
The second point.

Return Value

Boolean
True if the points are equal; otherwise false.

See Also