Share via


FeatureLags.Equality(FeatureLags, FeatureLags) Operator

Definition

Overriding == operator for enum FeatureLags

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

Parameters

e1
FeatureLags

the value to compare against e2

e2
FeatureLags

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to