Condividi tramite


PolicyAliasPathAttributes.Inequality Operator

Definition

Determines if two PolicyAliasPathAttributes values are not the same.

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

Parameters

left
PolicyAliasPathAttributes

The left value to compare.

right
PolicyAliasPathAttributes

The right value to compare.

Returns

Applies to