Partilhar via


ConversationErrorCode.Inequality Operator

Definition

Determines if two ConversationErrorCode values are not the same.

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

Parameters

Returns

Applies to