ClusteringPolicy.Inequality(ClusteringPolicy, ClusteringPolicy) 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 ClusteringPolicy values are not the same.
public static bool operator != (Azure.ResourceManager.RedisEnterpriseCache.Models.ClusteringPolicy left, Azure.ResourceManager.RedisEnterpriseCache.Models.ClusteringPolicy right);
static member op_Inequality : Azure.ResourceManager.RedisEnterpriseCache.Models.ClusteringPolicy * Azure.ResourceManager.RedisEnterpriseCache.Models.ClusteringPolicy -> bool
Public Shared Operator != (left As ClusteringPolicy, right As ClusteringPolicy) As Boolean
Parameters
- left
- ClusteringPolicy
- right
- ClusteringPolicy