TransactionType.Inequality(TransactionType, TransactionType) Operator

Definition

Determines if two TransactionType values are not the same.

public static bool operator != (Azure.ResourceManager.Billing.Models.TransactionType left, Azure.ResourceManager.Billing.Models.TransactionType right);
static member op_Inequality : Azure.ResourceManager.Billing.Models.TransactionType * Azure.ResourceManager.Billing.Models.TransactionType -> bool
Public Shared Operator != (left As TransactionType, right As TransactionType) As Boolean

Parameters

Returns

Applies to