Summary
Indicates insertions and deletions in the output of
Ut.Diff<T>(IEnumerable<T>, IEnumerable<T>, IEqualityComparer<T>, Func<T, bool>, Func<IEnumerable<T>, IEnumerable<T>, IEnumerable<ValueTuple<T, DiffOp>>>).
Enum values
| -1 | Indicates that the relevant item has been deleted. |
| 1 | Indicates that the relevant item has been inserted. |
| 0 | Indicates that the relevant item has not changed. |