# AccessCounter.Equals(AccessCounter)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.abstractions.accesscounter/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.abstractions.accesscounter/methods/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.Transactions/Abstractions/ITransactionManager.cs#L109)

```csharp
public readonly bool Equals(AccessCounter other)
```

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

### Parameters

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

### Returns

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