Share via


NumericalDataDriftMetric.Inequality Operator

Definition

Overriding != operator for enum NumericalDataDriftMetric

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

Parameters

e1
NumericalDataDriftMetric

the value to compare against e2

e2
NumericalDataDriftMetric

the value to compare against e1

Returns

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

Applies to