Compare

This method checks two iterators for equality.
Syntax
METHOD Compare : BOOL
VAR_INPUT
it1 : SXmlIterator;
it2 : SXmlIterator;
END_VAR
Return value
Name | Type |
---|---|
Compare | BOOL |
Inputs
Name | Type |
---|---|
It1 | SXmlIterator |
It2 | SXmlIterator |
Sample call:
bResult := fbXml.Compare(xmlIt1, xmlIt2);