GraphCondition.Evaluate(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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