Share via


AlertSeverity.Inequality(AlertSeverity, AlertSeverity) Operator

Definition

Overriding != operator for enum AlertSeverity

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

Parameters

e1
AlertSeverity

the value to compare against e2

e2
AlertSeverity

the value to compare against e1

Returns

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

Applies to