Click or drag to resize

DiffCountOptions Enumeration

Options used when determining difference count between two strings.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DiffCountOptions
Members
  Member nameValueDescription
CaseInsensitive1Ignore character case when diffing.
TransposedCharsSingleChange2The difference count should consider transposed characters as one change, not two changes.
See Also