CostAllocationResourceType.Equality Operator

Definition

Determines if two CostAllocationResourceType values are the same.

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

Parameters

left
CostAllocationResourceType

The left value to compare.

right
CostAllocationResourceType

The right value to compare.

Returns

Applies to