NotificationStageName.Equality Operator

Definition

Determines if two NotificationStageName values are the same.

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

Parameters

left
NotificationStageName

The left value to compare.

right
NotificationStageName

The right value to compare.

Returns

Applies to