Jaa


Trigger.Matches(Clause, Object) Method

Definition

Determines whether there is a member in the current Clause that matches the nodeClause parameter.

public bool Matches(AdaptiveExpressions.TriggerTrees.Clause nodeClause, object state);
member this.Matches : AdaptiveExpressions.TriggerTrees.Clause * obj -> bool
Public Function Matches (nodeClause As Clause, state As Object) As Boolean

Parameters

nodeClause
Clause

The other Clause instance to match.

state
Object

The scope for looking up variables.

Returns

A boolean value indicating whether there is a member matches. Returns True if such member exists, otherwise returns False.

Applies to