XMLInstruction.opCmp

Compares two XML instructions

You should rarely need to call this function. It exists so that XmlInstructions can be used as associative array keys.

class XMLInstruction
override
int
opCmp
(
Object o
)

Examples

XMLInstruction item1,item2;
if (item1 < item2) { }

Meta