共用方式為


IndexerExecutionEnvironment.Inequality Operator

Definition

Determines if two IndexerExecutionEnvironment values are not the same.

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

Parameters

Returns

Applies to