AllocationState.Equality(AllocationState, AllocationState) Operator

Definition

Overriding == operator for enum AllocationState

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

Parameters

e1
AllocationState

the value to compare against e2

e2
AllocationState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to