Share via


JobTier.Inequality(JobTier, JobTier) Operator

Definition

Overriding != operator for enum JobTier

public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier e1, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier -> bool
Public Shared Operator != (e1 As JobTier, e2 As JobTier) As Boolean

Parameters

e1
JobTier

the value to compare against e2

e2
JobTier

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to