Freigeben über


DeploymentStacksDiagnosticLevel.Equality Operator

Definition

Determines if two DeploymentStacksDiagnosticLevel values are the same.

public static bool operator ==(Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksDiagnosticLevel left, Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksDiagnosticLevel right);
static member ( = ) : Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksDiagnosticLevel * Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksDiagnosticLevel -> bool
Public Shared Operator == (left As DeploymentStacksDiagnosticLevel, right As DeploymentStacksDiagnosticLevel) As Boolean

Parameters

left
DeploymentStacksDiagnosticLevel

The left value to compare.

right
DeploymentStacksDiagnosticLevel

The right value to compare.

Returns

Applies to