TreeWizardEquals Method |
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Equals(Object, Object) |
Compare type, structure, and text of two trees, assuming adaptor in
this instance of a TreeWizard.
| |
| Equals(Object, Object, ITreeAdaptor) |
Compare t1 and t2; return true if token types/text, structure match exactly.
The trees are examined in their entirety so that (A B) does not match
(A B C) nor (A (B C)).
|