다음을 통해 공유


BuiltInAuthenticationProvider.Equality Operator

Definition

Overriding == operator for enum BuiltInAuthenticationProvider

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

Parameters

e1
BuiltInAuthenticationProvider

the value to compare against e2

e2
BuiltInAuthenticationProvider

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to