Share via


FeatureImportanceMode.Equality Operator

Definition

Overriding == operator for enum FeatureImportanceMode

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

Parameters

e1
FeatureImportanceMode

the value to compare against e2

e2
FeatureImportanceMode

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to