Share via


SqlAdministratorType.Inequality Operator

Definition

Determines if two SqlAdministratorType values are not the same.

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

Parameters

Returns

Applies to