Share via


QuestionAnsweringAuthoringInnerErrorCode.Inequality Operator

Definition

Determines if two QuestionAnsweringAuthoringInnerErrorCode values are not the same.

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

Parameters

Returns

Applies to