Share via


NumericalPredictionDriftMetric.Inequality Operator

Definition

Overriding != operator for enum NumericalPredictionDriftMetric

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

Parameters

e1
NumericalPredictionDriftMetric

the value to compare against e2

e2
NumericalPredictionDriftMetric

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to