Sprog

MachineLearningOperatingSystemType.Inequality Operator

Definition

Determines if two MachineLearningOperatingSystemType values are not the same.

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

Parameters

left
MachineLearningOperatingSystemType

The left value to compare.

right
MachineLearningOperatingSystemType

The right value to compare.

Returns

Applies to