EmailNotificationEnableType.Inequality Operator

Definition

Determines if two EmailNotificationEnableType values are not the same.

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

Parameters

Returns

Applies to