# EventSequenceTokenV2.Equals(StreamSequenceToken?)

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

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.Streaming/Common/EventSequenceTokenV2.cs#L79-L81)

```csharp
public override bool Equals(StreamSequenceToken? other)
```

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

### Parameters

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

### Returns

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