Is there any way to detect distinction after two lists comparison, if second list is more important?
List1 items: 1 2 3 4
List2 items: 1 2 4
Expected result should be: remove 3
List1 items: 1 2 3 4
List2 items: 1 2 3 4 5
Expected result should be: no further changes
List1 items: 1 2 3 4 5
List2 items: 1 2 3 4 6
Expected result should be: remove 5