Compartilhar via


IdentityConfigurationType.Equality Operator

Definition

Overriding == operator for enum IdentityConfigurationType

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

Parameters

e1
IdentityConfigurationType

the value to compare against e2

e2
IdentityConfigurationType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to