Share via


HighAvailabilityMode.Inequality Operator

Definition

Determines if two HighAvailabilityMode values are not the same.

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

Parameters

Returns

Applies to