Share via


CategoricalDataDriftMetric.Equality Operator

Definition

Overriding == operator for enum CategoricalDataDriftMetric

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

Parameters

e1
CategoricalDataDriftMetric

the value to compare against e2

e2
CategoricalDataDriftMetric

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to