I have two lists
List 01 => { A, B, C, D, E } List 02 => { F, F, F, F, E }
I need to check if one element of List 02 exists
List 02
Enumerable.Except & Enumerable.Intersect.
Enumerable.Except
Enumerable.Intersect