# TickStatus.Equals(TickStatus)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.tickstatus/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.runtime.tickstatus/methods/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.Reminders/Timers/IRemindable.cs#L92-L94)

```csharp
public bool Equals(TickStatus other)
```

Indicates whether the current object is equal to another object of the same type.

### Parameters

- `other` (`TickStatus`): An object to compare with this object.

### Returns

`true` if the current object is equal to the `other` parameter; otherwise, `false`.
