DatadogOperation.Equality(DatadogOperation, DatadogOperation) 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 DatadogOperation values are the same.
public static bool operator ==(Azure.ResourceManager.Datadog.Models.DatadogOperation left, Azure.ResourceManager.Datadog.Models.DatadogOperation right);
static member ( = ) : Azure.ResourceManager.Datadog.Models.DatadogOperation * Azure.ResourceManager.Datadog.Models.DatadogOperation -> bool
Public Shared Operator == (left As DatadogOperation, right As DatadogOperation) As Boolean
Parameters
- left
- DatadogOperation
The left value to compare.
- right
- DatadogOperation
The right value to compare.