Delen via


EndpointComputeType.Equality(EndpointComputeType, EndpointComputeType) Operator

Definition

Overriding == operator for enum EndpointComputeType

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

Parameters

e1
EndpointComputeType

the value to compare against e2

e2
EndpointComputeType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to