GraphCondition.Evaluate(Object) Method

Definition

Evaluate the condition in the given context.

public:
 virtual bool Evaluate(System::Object ^ context);
public virtual bool Evaluate (object context);
abstract member Evaluate : obj -> bool
override this.Evaluate : obj -> bool
Public Overridable Function Evaluate (context As Object) As Boolean

Parameters

context
Object

The context object with which to evaluate the condition

Returns

Return the result of the conditional expression

Applies to