Share via


ProvisioningState.Inequality(ProvisioningState, ProvisioningState) Operator

Definition

Overriding != operator for enum ProvisioningState

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

Parameters

e1
ProvisioningState

the value to compare against e2

e2
ProvisioningState

the value to compare against e1

Returns

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

Applies to