Share via


CosmosDBServiceType.Inequality Operator

Definition

Determines if two CosmosDBServiceType values are not the same.

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

Parameters

Returns

Applies to