From Real Software Documentation
Method
Compares two nodes. The return value works like StrComp.
Compare returns an Integer. }}
Notes
Compare is interpreted in the following manner:
- If string1 < string2 it returns -1
- If string1 = string2 it returns 0
- If string1 > string2 it returns 1