Share via


MicrosoftHostedNetworkEnableStatus.Inequality Operator

Definition

Overriding != operator for enum MicrosoftHostedNetworkEnableStatus

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

Parameters

e1
MicrosoftHostedNetworkEnableStatus

the value to compare against e2

e2
MicrosoftHostedNetworkEnableStatus

the value to compare against e1

Returns

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

Applies to