OrchestratorType.Inequality(OrchestratorType, OrchestratorType) Operator

Definition

Determines if two OrchestratorType values are not the same.

public static bool operator != (Azure.ResourceManager.MachineLearningCompute.Models.OrchestratorType left, Azure.ResourceManager.MachineLearningCompute.Models.OrchestratorType right);
static member op_Inequality : 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