ภาษา

MachineLearningGoal.Equality(MachineLearningGoal, MachineLearningGoal) Operator

Definition

Determines if two MachineLearningGoal values are the same.

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

Parameters

left
MachineLearningGoal

The left value to compare.

right
MachineLearningGoal

The right value to compare.

Returns

Applies to