# JournalStreamId Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalstreamid/)

## Deconstruct(uint) {#deconstruct-out-uint-0d38371e}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalstreamid/methods/deconstruct-out-uint-0d38371e/)

```csharp
public void Deconstruct(out uint Value)
```

### Parameters

- `Value` (`uint`)

## Equals(JournalStreamId) {#equals-orleans-journaling-journalstreamid-94530b90}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalstreamid/methods/equals-orleans-journaling-journalstreamid-94530b90/)

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

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

### Parameters

- `other` (`JournalStreamId`): 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-9c6b03d8}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalstreamid/methods/equals-object-9c6b03d8/)

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

## GetHashCode {#gethashcode-2563dc3b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalstreamid/methods/gethashcode-2563dc3b/)

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

## ToString {#tostring-89defc94}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalstreamid/methods/tostring-89defc94/)

```csharp
public override string ToString()
```

Returns the fully qualified type name of this instance.

### Returns

The fully qualified type name.

## operator ==(JournalStreamId, JournalStreamId) {#op-equality-orleans-journaling-journalstreamid-orleans-journaling-journalstreami-2f6f430c}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalstreamid/methods/op-equality-orleans-journaling-journalstreamid-orleans-journaling-journalstreami-2f6f430c/)

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

### Parameters

- `left` (`JournalStreamId`)
- `right` (`JournalStreamId`)

## operator !=(JournalStreamId, JournalStreamId) {#op-inequality-orleans-journaling-journalstreamid-orleans-journaling-journalstrea-7c9c8190}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.journaling/orleans.journaling.journalstreamid/methods/op-inequality-orleans-journaling-journalstreamid-orleans-journaling-journalstrea-7c9c8190/)

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

### Parameters

- `left` (`JournalStreamId`)
- `right` (`JournalStreamId`)
