Share via


AlertRuleKind.Inequality(AlertRuleKind, AlertRuleKind) Operator

Definition

Overriding != operator for enum AlertRuleKind

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

Parameters

e1
AlertRuleKind

the value to compare against e2

e2
AlertRuleKind

the value to compare against e1

Returns

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

Applies to