Suppose the objects you want to compare are both node sets. The result is true only in the following case. There is a node in the first node set and a node in the second node set such that the result of performing a comparison on the values of the two nodes is true
. For string values, the comparison can be =
or !=
. For numeric values, the comparison can also be <
, >
, <=
, or >=
.