Share via


QuestionAnsweringAuthoringErrorCode.Inequality Operator

Definition

Determines if two QuestionAnsweringAuthoringErrorCode values are not the same.

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