다음을 통해 공유


AuthenticationName.Inequality(AuthenticationName, AuthenticationName) Operator

Definition

Determines if two AuthenticationName values are not the same.

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

Parameters

Returns

Applies to