AllowedUnauthorizedActionIntent.Inequality Operator

Definition

Determines if two AllowedUnauthorizedActionIntent values are not the same.

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

Parameters

left
AllowedUnauthorizedActionIntent

The left value to compare.

right
AllowedUnauthorizedActionIntent

The right value to compare.

Returns

Applies to