DynatraceAgentAction.Inequality Operator

Definition

Determines if two DynatraceAgentAction values are not the same.

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

Parameters

left
DynatraceAgentAction

The left value to compare.

right
DynatraceAgentAction

The right value to compare.

Returns

Applies to