ComputeType.Equality(ComputeType, ComputeType) Operator

Definition

Overriding == operator for enum ComputeType

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

Parameters

e1
ComputeType

the value to compare against e2

e2
ComputeType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to