Property Transpositions
Transpositions
Returns true
if transpositions should be treated as a primitive edit operation.
If this is false
, comparisons will implement the classic Levenshtein algorithm.
Declaration
public virtual bool Transpositions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |