RuleConditionReference.Evaluate(Activity, IServiceProvider) Method

Definition

Evaluates the underlying RuleCondition.

public:
 override bool Evaluate(System::Workflow::ComponentModel::Activity ^ activity, IServiceProvider ^ provider);
public override bool Evaluate (System.Workflow.ComponentModel.Activity activity, IServiceProvider provider);
override this.Evaluate : System.Workflow.ComponentModel.Activity * IServiceProvider -> bool
Public Overrides Function Evaluate (activity As Activity, provider As IServiceProvider) As Boolean

Parameters

activity
Activity

The Activity associated with this condition.

provider
IServiceProvider

The IServiceProvider for this condition evaluation.

Returns

true if the condition evaluates to true; otherwise, false.

Applies to