Sdílet prostřednictvím


AlertCategory.Inequality(AlertCategory, AlertCategory) Operator

Definition

Overriding != operator for enum AlertCategory

public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory e1, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory * Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCategory -> bool
Public Shared Operator != (e1 As AlertCategory, e2 As AlertCategory) As Boolean

Parameters

e1
AlertCategory

the value to compare against e2

e2
AlertCategory

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to