ChannelId.Inequality(ChannelId, ChannelId) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two ChannelId instances for equality.
public static bool operator != (Orleans.BroadcastChannel.ChannelId s1, Orleans.BroadcastChannel.ChannelId s2);
static member op_Inequality : 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.