DBConnectionAuthenticationMode.Inequality Operator

Definition

Determines if two DBConnectionAuthenticationMode values are not the same.

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

Parameters

Returns

Applies to