PixelPointEquals(Object) Method

Checks for equality between a point and an object.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object.

Return Value

Boolean
True if obj is a point that equals the current point.

See Also