Share via


JobInputType.Inequality(JobInputType, JobInputType) Operator

Definition

Overriding != operator for enum JobInputType

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

Parameters

e1
JobInputType

the value to compare against e2

e2
JobInputType

the value to compare against e1

Returns

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

Applies to