Share via


CosmosDBAccountKeyKind.Inequality Operator

Definition

Determines if two CosmosDBAccountKeyKind values are not the same.

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

Parameters

Returns

Applies to