Condividi tramite


DeploymentStacksWhatIfChangeCertainty.Inequality Operator

Definition

Determines if two DeploymentStacksWhatIfChangeCertainty values are not the same.

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

Parameters

left
DeploymentStacksWhatIfChangeCertainty

The left value to compare.

right
DeploymentStacksWhatIfChangeCertainty

The right value to compare.

Returns

Applies to