Aracılığıyla paylaş


ConnectionCategory.Equality(ConnectionCategory, ConnectionCategory) Operator

Definition

Overriding == operator for enum ConnectionCategory

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

Parameters

e1
ConnectionCategory

the value to compare against e2

e2
ConnectionCategory

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to