ภาษา

MachineLearningCachingType.Inequality Operator

Definition

Determines if two MachineLearningCachingType values are not the same.

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

Parameters

left
MachineLearningCachingType

The left value to compare.

right
MachineLearningCachingType

The right value to compare.

Returns

Applies to