ParticipantRole.Equality(ParticipantRole, ParticipantRole) Operator

Definition

Determines if two ParticipantRole values are the same.

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

Parameters

Returns

Applies to