SqlServerPrincipalType.Inequality Operator

Definition

Determines if two SqlServerPrincipalType values are not the same.

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

Parameters

Returns

Applies to