ภาษา

MachineLearningFeaturizationMode.Equality Operator

Definition

Determines if two MachineLearningFeaturizationMode values are the same.

public static bool operator ==(Azure.ResourceManager.MachineLearning.Models.MachineLearningFeaturizationMode left, Azure.ResourceManager.MachineLearning.Models.MachineLearningFeaturizationMode right);
static member ( = ) : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeaturizationMode * Azure.ResourceManager.MachineLearning.Models.MachineLearningFeaturizationMode -> bool
Public Shared Operator == (left As MachineLearningFeaturizationMode, right As MachineLearningFeaturizationMode) As Boolean

Parameters

left
MachineLearningFeaturizationMode

The left value to compare.

right
MachineLearningFeaturizationMode

The right value to compare.

Returns

Applies to