StreamId.Equality(StreamId, StreamId) 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 StreamId instances for equality.
public static bool operator == (Orleans.Runtime.StreamId s1, Orleans.Runtime.StreamId s2);
static member ( = ) : Orleans.Runtime.StreamId * Orleans.Runtime.StreamId -> bool
Public Shared Operator == (s1 As StreamId, s2 As StreamId) As Boolean
Parameters
- s1
- StreamId
The first stream identity.
- s2
- StreamId
The second stream identity.
Returns
The result of the operator.