SemanticSearchResultsType.Inequality Operator

Definition

Determines if two SemanticSearchResultsType values are not the same.

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

Parameters

left
SemanticSearchResultsType

The left value to compare.

right
SemanticSearchResultsType

The right value to compare.

Returns

Applies to