Equals(RelativePoint) Method
Checks if the RelativePoint equals another point.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
RelativePoint p
)
Public Function Equals (
p As RelativePoint
) As Boolean
abstract Equals :
p : RelativePoint -> bool
override Equals :
p : RelativePoint -> bool
Parameters
- RelativePoint
- The other point.
Return Value
Boolean
True if the objects are equal, otherwise false.