Share via


ParticipantRole.Inequality(ParticipantRole, ParticipantRole) Operator

Definition

Determines if two ParticipantRole values are not the same.

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

Parameters

Returns

Applies to