Share via


CosmosDBDataType.Inequality(CosmosDBDataType, CosmosDBDataType) Operator

Definition

Determines if two CosmosDBDataType values are not the same.

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

Parameters

Returns

Applies to