The following code snippet shows how activate comparison of the Variable, Built and Custom properties:
using(Comparercomparer=newComparer(sourcePath)){comparer.Add(targetPath);CompareOptionsoptions=newCompareOptions();options.CompareVariableProperty=true;// to activate the comparison of variable propertiesoptions.CompareDocumentProperty=true;// to activate the comparison of built and custom propertiescomparer.Compare(resultPath,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.