Partager via


AuthenticationMode.Equality(AuthenticationMode, AuthenticationMode) Operator

Definition

Overriding == operator for enum AuthenticationMode

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

Parameters

e1
AuthenticationMode

the value to compare against e2

e2
AuthenticationMode

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to