The following code snippet shows how activate comparison of the variable, Bbuilt and custom properties:
try(Comparercomparer=newComparer(sourcePath)){comparer.add(targetPath);CompareOptionsoptions=newCompareOptions();options.setCompareVariableProperty(true);// to activate the comparison of variable properties
options.setCompareDocumentProperty(true);// to activate the comparison of built and custom properties
finalPathresultPath=comparer.compare(outputPath,options);}
The result is as follows:
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.