CostAllocationPolicyType.Inequality Operator

Definition

Determines if two CostAllocationPolicyType values are not the same.

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

Parameters

left
CostAllocationPolicyType

The left value to compare.

right
CostAllocationPolicyType

The right value to compare.

Returns

Applies to