Share via


CredentialName.Equality(CredentialName, CredentialName) Operator

Definition

Overriding == operator for enum CredentialName

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

Parameters

e1
CredentialName

the value to compare against e2

e2
CredentialName

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to