Share via


CosmosDBSpatialType.Inequality Operator

Definition

Determines if two CosmosDBSpatialType values are not the same.

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

Parameters

Returns

Applies to