Clause.Matches(Clause, 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.
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.