Summary
Returns a boolean indicating whether the point is equal to the other given point.
- Namespace
- Avalonia
- Containing Type
- PixelPoint
Syntax
public bool Equals(PixelPoint other)
Parameters
Name | Type | Description |
---|---|---|
other | PixelPoint | The other point to test equality against. |
Return Value
Type | Description |
---|---|
bool | True if this point is equal to other; False otherwise. |