Sdílet prostřednictvím


QuerySpellerType.Inequality(QuerySpellerType, QuerySpellerType) Operator

Definition

Determines if two QuerySpellerType values are not the same.

public static bool operator != (Azure.Search.Documents.Models.QuerySpellerType left, Azure.Search.Documents.Models.QuerySpellerType right);
static member op_Inequality : Azure.Search.Documents.Models.QuerySpellerType * Azure.Search.Documents.Models.QuerySpellerType -> bool
Public Shared Operator != (left As QuerySpellerType, right As QuerySpellerType) As Boolean

Parameters

Returns

Applies to