다음을 통해 공유


StringIndexType.Inequality(StringIndexType, StringIndexType) Operator

Definition

Determines if two StringIndexType values are not the same.

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

Parameters

Returns

Applies to