GraphCondition::Evaluate Method (Object^)

 

Evaluate the condition in the given context.

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual bool Evaluate(
	Object^ context
)

Parameters

context
Type: System::Object^

The context object with which to evaluate the condition

Return Value

Type: System::Boolean

Return the result of the conditional expression

Return to top
Show: