Share via


ParticipantRole.Equality(ParticipantRole, ParticipantRole) Operator

Definition

Determines if two ParticipantRole values are the same.

public static bool operator == (Azure.Communication.Rooms.ParticipantRole left, Azure.Communication.Rooms.ParticipantRole right);
static member ( = ) : Azure.Communication.Rooms.ParticipantRole * Azure.Communication.Rooms.ParticipantRole -> bool
Public Shared Operator == (left As ParticipantRole, right As ParticipantRole) As Boolean

Parameters

Returns

Applies to