EnvironmentVariableType.Inequality Operator

Definition

Determines if two EnvironmentVariableType values are not the same.

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

Parameters

Returns

Applies to