SearchServiceComputeType.Inequality Operator

Definition

Determines if two SearchServiceComputeType values are not the same.

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

Parameters

left
SearchServiceComputeType

The left value to compare.

right
SearchServiceComputeType

The right value to compare.

Returns

Applies to