SearchIndexerDataSourceType.Inequality Operator

Definition

Determines if two SearchIndexerDataSourceType values are not the same.

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

Parameters

Returns

Applies to