NotificationLanguage.Inequality Operator

Definition

Determines if two NotificationLanguage values are not the same.

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

Parameters

left
NotificationLanguage

The left value to compare.

right
NotificationLanguage

The right value to compare.

Returns

Applies to