Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 23, 2019 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/cd67c532bcd45f1b3529d93c0ed862d9 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/cd67c532bcd45f1b3529d93c0ed862d9 to your computer and use it in GitHub Desktop.
ComparisonSettings comparisonSettings = new ComparisonSettings();
comparisonSettings.setSensitivityOfComparison(100);
Comparer compare = new Comparer();
ICompareResult result = compare.compare(sourcePath, targetPath, comparisonSettings);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment