Share via


SourceContentStructureKind.Equality Operator

Definition

Determines if two SourceContentStructureKind values are the same.

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