Share via


ControlImpact.Inequality(ControlImpact, ControlImpact) Operator

Definition

Overriding != operator for enum ControlImpact

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

Parameters

e1
ControlImpact

the value to compare against e2

e2
ControlImpact

the value to compare against e1

Returns

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

Applies to