XMLNode.Compare

From Real Software Documentation

Jump to: navigation, search
Method
XMLNode.Compare ( NodeToCompare as XMLNode ) As Integer

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
Personal tools