DynatraceAgentAction.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two DynatraceAgentAction values are the same.
public static bool operator ==(Azure.ResourceManager.Dynatrace.Models.DynatraceAgentAction left, Azure.ResourceManager.Dynatrace.Models.DynatraceAgentAction right);
static member ( = ) : 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.