ภาษา

ForecastingPrimaryMetric.Equality Operator

Definition

Determines if two ForecastingPrimaryMetric values are the same.

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

Parameters

left
ForecastingPrimaryMetric

The left value to compare.

right
ForecastingPrimaryMetric

The right value to compare.

Returns

Applies to