Click or drag to resize

TreeWizardEquals Method (Object, Object)

Compare type, structure, and text of two trees, assuming adaptor in this instance of a TreeWizard.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public bool Equals(
	Object t1,
	Object t2
)

Parameters

t1
Type: SystemObject

[Missing <param name="t1"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.Equals(System.Object,System.Object)"]

t2
Type: SystemObject

[Missing <param name="t2"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.Equals(System.Object,System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreeWizard.Equals(System.Object,System.Object)"]

See Also