다음을 통해 공유


DynamicThresholdOperator.Inequality Operator

Definition

Determines if two DynamicThresholdOperator values are not the same.

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

Parameters

Returns

Applies to