Partager via


PaymentStatus.Equality(PaymentStatus, PaymentStatus) Operator

Definition

Overriding == operator for enum PaymentStatus

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

Parameters

e1
PaymentStatus

the value to compare against e2

e2
PaymentStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to