Share via


SourceContentStructureKind.Inequality Operator

Definition

Determines if two SourceContentStructureKind values are not the same.

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

Parameters

Returns

Applies to