Click or drag to resize

DiffMatchPatchDiffMain Method

Overload List
  Name Description
Public method DiffMain(String, String) Find the differences between two texts. Run a faster, slightly less optimal diff. This method allows the 'checklines' of DiffMain() to be optional. Most of the time checklines is wanted, so default to true.
Public method DiffMain(String, String, Boolean) Find the differences between two texts.
Top
See Also