ParticipantRole.Inequality(ParticipantRole, ParticipantRole) Operator

Definition

Determines if two ParticipantRole values are not the same.

public static bool operator != (Azure.AI.Language.Conversations.Models.ParticipantRole left, Azure.AI.Language.Conversations.Models.ParticipantRole right);
static member op_Inequality : 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