Delen via


RandomSamplingAlgorithmRule.Equality Operator

Definition

Overriding == operator for enum RandomSamplingAlgorithmRule

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

Parameters

e1
RandomSamplingAlgorithmRule

the value to compare against e2

e2
RandomSamplingAlgorithmRule

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to