RelativePointEquals(RelativePoint) Method

Checks if the RelativePoint equals another point.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
	RelativePoint p
)

Parameters

p  RelativePoint
The other point.

Return Value

Boolean
True if the objects are equal, otherwise false.

Implements

IEquatableTEquals(T)

See Also