DatabaseAccountKind.Inequality(DatabaseAccountKind, DatabaseAccountKind) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two DatabaseAccountKind values are not the same.
public static bool operator != (Azure.ResourceManager.CosmosDB.Models.DatabaseAccountKind left, Azure.ResourceManager.CosmosDB.Models.DatabaseAccountKind right);
static member op_Inequality : Azure.ResourceManager.CosmosDB.Models.DatabaseAccountKind * Azure.ResourceManager.CosmosDB.Models.DatabaseAccountKind -> bool
Public Shared Operator != (left As DatabaseAccountKind, right As DatabaseAccountKind) As Boolean
Parameters
- left
- DatabaseAccountKind
- right
- DatabaseAccountKind
Returns
- System.Boolean