Udostępnij za pośrednictwem


ClusterType.Inequality(ClusterType, ClusterType) Operator

Definition

Determines if two ClusterType values are not the same.

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