IndexKind.Equality(IndexKind, IndexKind) 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 IndexKind values are the same.
public static bool operator == (Azure.ResourceManager.CosmosDB.Models.IndexKind left, Azure.ResourceManager.CosmosDB.Models.IndexKind right);
static member ( = ) : Azure.ResourceManager.CosmosDB.Models.IndexKind * Azure.ResourceManager.CosmosDB.Models.IndexKind -> bool
Public Shared Operator == (left As IndexKind, right As IndexKind) As Boolean
Parameters
- left
- IndexKind
- right
- IndexKind
Returns
- System.Boolean