Condividi tramite


DeploymentStacksDiagnosticLevel.Inequality Operator

Definition

Determines if two DeploymentStacksDiagnosticLevel values are not the same.

public static bool operator !=(Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksDiagnosticLevel left, Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentStacksDiagnosticLevel right);
static member op_Inequality : 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