StatusType.Inequality(StatusType, StatusType) Operator

Definition

Overriding != operator for enum StatusType

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

Parameters

e1
StatusType

the value to compare against e2

e2
StatusType

the value to compare against e1

Returns

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

Applies to