Summary
Determines whether the
IterationCount
is equal to the specified object.
- Namespace
- Avalonia
.Animation - Containing Type
- IterationCount
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. |