How can I find the intersecttion between 2 arrays in C#, in a fast way?
There's the Intersect extension method on Enumerable. It works on any IEnumerable<T> including arrays.
IEnumerable<T>
1.4m articles
1.4m replys
5 comments
57.0k users