ClusterType.Equality(ClusterType, ClusterType) Operator

Definition

Determines if two ClusterType values are the same.

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

Parameters

right
ClusterType

Returns

Applies to