Compartir a través de


RuleAction.Equality(RuleAction, RuleAction) Operator

Definition

Overriding == operator for enum RuleAction

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

Parameters

e1
RuleAction

the value to compare against e2

e2
RuleAction

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to