SkipNotification.Inequality(SkipNotification, SkipNotification) Operator

Definition

Determines if two SkipNotification values are not the same.

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

Parameters

left
SkipNotification

The left value to compare.

right
SkipNotification

The right value to compare.

Returns

Applies to