Lingua

MachineLearningCachingType.Equality Operator

Definition

Determines if two MachineLearningCachingType values are the same.

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