# QueueCacheCursorMoveResult Methods

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

## Equals(QueueCacheCursorMoveResult) {#equals-orleans-streams-queuecachecursormoveresult-a334fde6}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachecursormoveresult/methods/equals-orleans-streams-queuecachecursormoveresult-a334fde6/)

[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`.

## Equals(object?) {#equals-object-nullable-7ca76478}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachecursormoveresult/methods/equals-object-nullable-7ca76478/)

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

```csharp
public override bool Equals(object? obj)
```

Indicates whether this instance and a specified object are equal.

### Parameters

- `obj` (`object?`): The object to compare with the current instance.

### Returns

`true` if `obj` and this instance are the same type and represent the same value; otherwise, `false`.

## FromCacheMiss(QueueCacheMissInfo) {#fromcachemiss-orleans-streams-queuecachemissinfo-4b17d9ac}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachecursormoveresult/methods/fromcachemiss-orleans-streams-queuecachemissinfo-4b17d9ac/)

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

```csharp
public static QueueCacheCursorMoveResult FromCacheMiss(QueueCacheMissInfo cacheMiss)
```

Creates a cache miss result.

### Parameters

- `cacheMiss` (`QueueCacheMissInfo`): The cache miss details.

### Returns

A cache miss result.

## GetHashCode {#gethashcode-31861f66}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachecursormoveresult/methods/gethashcode-31861f66/)

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

```csharp
public override int GetHashCode()
```

Returns the hash code for this instance.

### Returns

A 32-bit signed integer that is the hash code for this instance.

## operator ==(QueueCacheCursorMoveResult, QueueCacheCursorMoveResult) {#op-equality-orleans-streams-queuecachecursormoveresult-orleans-streams-queuecach-ee37d49d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachecursormoveresult/methods/op-equality-orleans-streams-queuecachecursormoveresult-orleans-streams-queuecach-ee37d49d/)

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

```csharp
public static bool operator ==(QueueCacheCursorMoveResult left, QueueCacheCursorMoveResult right)
```

Determines whether two cursor movement results are equal.

### Parameters

- `left` (`QueueCacheCursorMoveResult`)
- `right` (`QueueCacheCursorMoveResult`)

## operator !=(QueueCacheCursorMoveResult, QueueCacheCursorMoveResult) {#op-inequality-orleans-streams-queuecachecursormoveresult-orleans-streams-queueca-b4b0e859}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.queuecachecursormoveresult/methods/op-inequality-orleans-streams-queuecachecursormoveresult-orleans-streams-queueca-b4b0e859/)

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

```csharp
public static bool operator !=(QueueCacheCursorMoveResult left, QueueCacheCursorMoveResult right)
```

Determines whether two cursor movement results are unequal.

### Parameters

- `left` (`QueueCacheCursorMoveResult`)
- `right` (`QueueCacheCursorMoveResult`)
