Condividi tramite


ResourcesWithoutDeleteSupportAction.Inequality Operator

Definition

Determines if two ResourcesWithoutDeleteSupportAction values are not the same.

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

Parameters

left
ResourcesWithoutDeleteSupportAction

The left value to compare.

right
ResourcesWithoutDeleteSupportAction

The right value to compare.

Returns

Applies to