Partilhar via


ConversationErrorCode.Equality Operator

Definition

Determines if two ConversationErrorCode values are the same.

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