ProviderNotificationType.Inequality Operator

Definition

Determines if two ProviderNotificationType values are not the same.

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

Parameters

left
ProviderNotificationType

The left value to compare.

right
ProviderNotificationType

The right value to compare.

Returns

Applies to