Share via


DevTestLabCostType.Equality(DevTestLabCostType, DevTestLabCostType) Operator

Definition

Determines if two DevTestLabCostType values are the same.

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

Parameters

Returns

Applies to