ApplicationOwnershipRole.Inequality Operator

Definition

Determines if two ApplicationOwnershipRole values are not the same.

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

Parameters

left
ApplicationOwnershipRole

The left value to compare.

right
ApplicationOwnershipRole

The right value to compare.

Returns

Applies to