CoreClasses Xojo Plugin

AVLTree.Exists Method (console safe)

Returns true if a given key exists in the tree.

Exists(
   key as Variant)

Parameters

key
The key to test. The data-type for this key must match the selected comparer. If you have a comparer that can compare more than one data-type and evaluate which one is bigger then multiple key types may be used in the same tree.

Remarks

See Also

AVLTree Class