Freigeben über


NotificationLanguage.Equality Operator

Definition

Determines if two NotificationLanguage values are the same.

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