DevTestLabCostType.Inequality(DevTestLabCostType, DevTestLabCostType) Operator

Definition

Determines if two DevTestLabCostType values are not the same.

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