Share via


IngressState.Inequality(IngressState, IngressState) Operator

Definition

Overriding != operator for enum IngressState

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

Parameters

e1
IngressState

the value to compare against e2

e2
IngressState

the value to compare against e1

Returns

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

Applies to