Click or drag to resize

TreeWizardEquals Method

Overload List
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(Object, Object)
Compare type, structure, and text of two trees, assuming adaptor in this instance of a TreeWizard.
Public methodStatic memberEquals(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)).
Top
See Also