CostAllocationPolicyType.Equality Operator

Definition

Determines if two CostAllocationPolicyType values are the same.

public static bool operator ==(Azure.ResourceManager.CostManagement.Models.CostAllocationPolicyType left, Azure.ResourceManager.CostManagement.Models.CostAllocationPolicyType right);
static member ( = ) : 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