Summary
Checks if the
RelativePoint
equals another point.
- Namespace
- Avalonia
- Containing Type
- RelativePoint
Syntax
public bool Equals(RelativePoint p)
Parameters
Name | Type | Description |
---|---|---|
p | RelativePoint | The other point. |
Return Value
Type | Description |
---|---|
bool | True if the objects are equal, otherwise false. |