a = new List<int>{1, 2, 3}
List<int> b = new List<int>{3,4,5}
Merge(a, b) => {3}
https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.intersect?view=netframework-4.7.2
Intersect ?
Обсуждают сегодня