StringIndexType.Equality(StringIndexType, StringIndexType) Operator

Definition

Determines if two StringIndexType values are the same.

public static bool operator == (Azure.AI.DocumentIntelligence.StringIndexType left, Azure.AI.DocumentIntelligence.StringIndexType right);
static member ( = ) : Azure.AI.DocumentIntelligence.StringIndexType * Azure.AI.DocumentIntelligence.StringIndexType -> bool
Public Shared Operator == (left As StringIndexType, right As StringIndexType) As Boolean

Parameters

Returns

Applies to