共用方式為


QuerySpellerType.Equality(QuerySpellerType, QuerySpellerType) Operator

Definition

Determines if two QuerySpellerType values are the same.

public static bool operator == (Azure.Search.Documents.Models.QuerySpellerType left, Azure.Search.Documents.Models.QuerySpellerType right);
static member ( = ) : 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