Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Util.DiffOp

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

-1Indicates that the relevant item has been deleted.
1Indicates that the relevant item has been inserted.
0Indicates that the relevant item has not changed.