Summary
Returns a boolean indicating whether the given Object is equal to this corner radius instance.
- Namespace
- Avalonia
- Containing Type
- CornerRadius
Syntax
public override bool Equals(object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | object | The Object to compare against. |
Return Value
Type | Description |
---|---|
bool | True if the Object is equal to this corner radius; False otherwise. |