Lingua

MachineLearningMountState.Equality Operator

Definition

Determines if two MachineLearningMountState values are the same.

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

Parameters

left
MachineLearningMountState

The left value to compare.

right
MachineLearningMountState

The right value to compare.

Returns

Applies to