Compartilhar via


JobStatus.Equality(JobStatus, JobStatus) Operator

Definition

Overriding == operator for enum JobStatus

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

Parameters

e1
JobStatus

the value to compare against e2

e2
JobStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to