Skip to main content

Equals(RelativePoint) Method

Checks if the RelativePoint equals another point.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool Equals(
RelativePoint p
)

Parameters

  RelativePoint
The other point.

Return Value

Boolean
True if the objects are equal, otherwise false.

Implements

IEquatable(T).Equals(T)

See Also

Reference

RelativePoint Structure
Equals Overload
Avalonia Namespace