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