Share via


PerformanceLevelUnit.Inequality Operator

Definition

Determines if two PerformanceLevelUnit values are not the same.

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

Parameters

Returns

Applies to