Freigeben über


DevTestLabCostThresholdStatus.Inequality Operator

Definition

Determines if two DevTestLabCostThresholdStatus values are not the same.

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

Parameters

left
DevTestLabCostThresholdStatus

The left value to compare.

right
DevTestLabCostThresholdStatus

The right value to compare.

Returns

Applies to