# StreamSubscriptionHandle&lt;T&gt;.Equals(StreamSubscriptionHandle&lt;T&gt;)

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

```csharp
public abstract bool Equals(StreamSubscriptionHandle<T> other)
```

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

### Parameters

- `other` (`StreamSubscriptionHandle<T>`): An object to compare with this object.

### Returns

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