DeploymentStacksWhatIfChangeType.Inequality Operator

Definition

Determines if two DeploymentStacksWhatIfChangeType values are not the same.

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

Parameters

left
DeploymentStacksWhatIfChangeType

The left value to compare.

right
DeploymentStacksWhatIfChangeType

The right value to compare.

Returns

Applies to