Share via


TriggerOperator.Inequality(TriggerOperator, TriggerOperator) Operator

Definition

Overriding != operator for enum TriggerOperator

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

Parameters

e1
TriggerOperator

the value to compare against e2

e2
TriggerOperator

the value to compare against e1

Returns

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

Applies to