MachineLearningScheduleProvisioningState.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two MachineLearningScheduleProvisioningState values are not the same.
public static bool operator != (Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProvisioningState left, Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProvisioningState right);
static member op_Inequality : Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProvisioningState * Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProvisioningState -> bool
Public Shared Operator != (left As MachineLearningScheduleProvisioningState, right As MachineLearningScheduleProvisioningState) As Boolean