SystemServiceType.Inequality(SystemServiceType, SystemServiceType) Operator

Definition

Determines if two SystemServiceType values are not the same.

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

Parameters

Returns

Applies to