Share via


AuthType.Equality(AuthType, AuthType) Operator

Definition

Overriding == operator for enum AuthType

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

Parameters

e1
AuthType

the value to compare against e2

e2
AuthType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to