Compartir a través de


AuthenticationType.Equality(AuthenticationType, AuthenticationType) Operator

Definition

Overriding == operator for enum AuthenticationType

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

Parameters

e1
AuthenticationType

the value to compare against e2

e2
AuthenticationType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to