ThresholdType.Inequality(ThresholdType, ThresholdType) Operator

Definition

Determines if two ThresholdType values are not the same.

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

Parameters

left
ThresholdType

The left value to compare.

right
ThresholdType

The right value to compare.

Returns

Applies to