Compartir a través de


Workload.Inequality(Workload, Workload) Operator

Definition

Overriding != operator for enum Workload

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

Parameters

e1
Workload

the value to compare against e2

e2
Workload

the value to compare against e1

Returns

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

Applies to