Share via


QuestionAnsweringAuthoringErrorCode.Equality Operator

Definition

Determines if two QuestionAnsweringAuthoringErrorCode values are the same.

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

Parameters

Returns

Applies to