OrchestratorType.Equality(OrchestratorType, OrchestratorType) Operator

Definition

Determines if two OrchestratorType values are the same.

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

Parameters

Returns

Applies to