ChannelId.Equality(ChannelId, ChannelId) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare si deux instances ChannelId sont égales.
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
Paramètres
- s1
- ChannelId
Identité du premier flux.
- s2
- ChannelId
Deuxième identité de flux.
Retours
Résultat de l'opérateur.