# Copier_EventHubSequenceTokenV2.DeepCopy(EventHubSequenceTokenV2, CopyContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleanscodegen.orleans.streaming.eventhubs.copier-eventhubsequencetokenv2/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleanscodegen.orleans.streaming.eventhubs.copier-eventhubsequencetokenv2/methods/)

```csharp
public EventHubSequenceTokenV2 DeepCopy(EventHubSequenceTokenV2 original, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `original` (`EventHubSequenceTokenV2`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.
