EnablementRules.Inequality(EnablementRules, EnablementRules) Operator

Definition

Overriding != operator for enum EnablementRules

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

Parameters

e1
EnablementRules

the value to compare against e2

e2
EnablementRules

the value to compare against e1

Returns

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

Applies to