Condividi tramite


DeploymentStacksManagementStatus.Inequality Operator

Definition

Determines if two DeploymentStacksManagementStatus values are not the same.

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

Parameters

left
DeploymentStacksManagementStatus

The left value to compare.

right
DeploymentStacksManagementStatus

The right value to compare.

Returns

Applies to