Sprog

MachineLearningMountState.Inequality Operator

Definition

Determines if two MachineLearningMountState values are not the same.

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