Share via


LedgerRoleName.Equality(LedgerRoleName, LedgerRoleName) Operator

Definition

Overriding == operator for enum LedgerRoleName

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

Parameters

e1
LedgerRoleName

the value to compare against e2

e2
LedgerRoleName

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to