Same elements of 2 lists

Hey @Paul_Andrei_Turcu,

You can use the below method.

c = a.Intersect(b).Any()

Thanks,
Sanjit