Delen via


NotificationDeliveryMechanism.Equality Operator

Definition

Overriding == operator for enum NotificationDeliveryMechanism

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.NotificationDeliveryMechanism e1, Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.NotificationDeliveryMechanism e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.NotificationDeliveryMechanism * Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.NotificationDeliveryMechanism -> bool
Public Shared Operator == (e1 As NotificationDeliveryMechanism, e2 As NotificationDeliveryMechanism) As Boolean

Parameters

e1
NotificationDeliveryMechanism

the value to compare against e2

e2
NotificationDeliveryMechanism

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to