EmailNotificationEnableType.Equality Operator

Definition

Determines if two EmailNotificationEnableType values are the same.

public static bool operator == (Azure.ResourceManager.MachineLearning.Models.EmailNotificationEnableType left, Azure.ResourceManager.MachineLearning.Models.EmailNotificationEnableType right);
static member ( = ) : 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