Compartilhar via


BasicAuthName.Equality(BasicAuthName, BasicAuthName) Operator

Definition

Overriding == operator for enum BasicAuthName

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

Parameters

e1
BasicAuthName

the value to compare against e2

e2
BasicAuthName

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to