We have a list of items and we want to compare element by element with another list of items and the result is a list with items that don´t have items in both lists or duplicates items.
For Example:
L1={S1, S2, S3, S4, S5, S6, S7, S8, S9, S10}, L2={S1, S4, S7, S9}, listresult={S2, S3, S5, S6, S8, S10}