Condividi tramite


DeploymentStacksWhatIfChangeType.Equality Operator

Definition

Determines if two DeploymentStacksWhatIfChangeType values are the same.

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