QuestionAnsweringAuthoringErrorCode.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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