# QueueCacheCursorMoveResult.Equals(QueueCacheCursorMoveResult)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachecursormoveresult/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachecursormoveresult/methods/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.Streaming/QueueAdapters/QueueCacheCursorResult.cs#L274)

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

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

### Parameters

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

### Returns

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