Share via


BuiltInAuthenticationProvider.Inequality Operator

Definition

Overriding != operator for enum BuiltInAuthenticationProvider

public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider e1, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.BuiltInAuthenticationProvider * Microsoft.Azure.PowerShell.Cmdlets.Functions.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 not equal to the same value

Applies to