Share via


Clause.Matches(Clause, Object) Method

Definition

Determines whether the current Clause matches with another Clause.

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

Parameters

clause
Clause

The other Clause instance to compare with.

memory
Object

The scope for looking up variables.

Returns

A boolean value indicating whether the two Clauses are matched. Returns True if two Clauses are matched, otherwise returns False.

Applies to