Share via


IncidentStatus.Inequality(IncidentStatus, IncidentStatus) Operator

Definition

Overriding != operator for enum IncidentStatus

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

Parameters

e1
IncidentStatus

the value to compare against e2

e2
IncidentStatus

the value to compare against e1

Returns

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

Applies to