ScheduleProvisioningState.Equality Operator

Definition

Overriding == operator for enum ScheduleProvisioningState

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

Parameters

e1
ScheduleProvisioningState

the value to compare against e2

e2
ScheduleProvisioningState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to