ChannelId.Equality(ChannelId, ChannelId) Operator

Definition

Compares two ChannelId instances for equality.

public static bool operator == (Orleans.BroadcastChannel.ChannelId s1, Orleans.BroadcastChannel.ChannelId s2);
static member ( = ) : Orleans.BroadcastChannel.ChannelId * Orleans.BroadcastChannel.ChannelId -> bool
Public Shared Operator == (s1 As ChannelId, s2 As ChannelId) As Boolean

Parameters

s1
ChannelId

The first stream identity.

s2
ChannelId

The second stream identity.

Returns

The result of the operator.

Applies to