Share via


CosmosDBApiType.Inequality(CosmosDBApiType, CosmosDBApiType) Operator

Definition

Determines if two CosmosDBApiType values are not the same.

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

Parameters

Returns

Applies to