Delen via


JobLimitsType.Equality(JobLimitsType, JobLimitsType) Operator

Definition

Overriding == operator for enum JobLimitsType

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

Parameters

e1
JobLimitsType

the value to compare against e2

e2
JobLimitsType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to