Aracılığıyla paylaş


ReferenceType.Equality(ReferenceType, ReferenceType) Operator

Definition

Overriding == operator for enum ReferenceType

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

Parameters

e1
ReferenceType

the value to compare against e2

e2
ReferenceType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to