ConditionalExpression.Evaluate Method

Goes through the Conditions collection and evalutes each condition based on ForwardChaining property.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Function Evaluate As Boolean
'Usage
Dim instance As ConditionalExpression
Dim returnValue As Boolean

returnValue = instance.Evaluate
public bool Evaluate ()
public:
virtual bool Evaluate () sealed
public final boolean Evaluate ()
public final function Evaluate () : boolean

Return Value

Returns true if conditions are met; otherwise, returns false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConditionalExpression Class
ConditionalExpression Members
Microsoft.Expression.Interactivity.Core Namespace