Share via


AccumulatedType.Inequality(AccumulatedType, AccumulatedType) Operator

Definition

Overriding != operator for enum AccumulatedType

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

Parameters

e1
AccumulatedType

the value to compare against e2

e2
AccumulatedType

the value to compare against e1

Returns

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

Applies to