AllowedUnauthorizedActionIntent.Equality Operator

Definition

Determines if two AllowedUnauthorizedActionIntent values are the same.

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