[Overview][Types][Classes][Variables][Index] |
Check if two trees are equal
Source position: avl_tree.pp line 130
public function TAVLTree.Equals( |
Obj: TObject |
):Boolean; override; |
Obj |
|
Object to compare |
True if the passed object is an equal tree.
Equals checks, when passed an TAVLTtree, whether the tree is equal (using TAvlTree.IsEqual, comparing keys only). If another type of object is passed, the inherited IsEqual is called.
None.
|
Check whether 2 tree instances are equal. |