Summary
Determines whether the
GridLength
is equal to the specified object.
- Namespace
- Avalonia
.Controls - Containing Type
- GridLength
Syntax
public override bool Equals(object o)
Parameters
Name | Type | Description |
---|---|---|
o | object | The object with which to test equality. |
Return Value
Type | Description |
---|---|
bool | True if the objects are equal, otherwise false. |