DelayNotificationStatus.Inequality Operator

Definition

Determines if two DelayNotificationStatus values are not the same.

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

Parameters

left
DelayNotificationStatus

The left value to compare.

right
DelayNotificationStatus

The right value to compare.

Returns

Applies to