Partager via


NumericalDataDriftMetric.Equality 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 ( = ) : 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 equal to the same value

Applies to