i think this question has been asked before but i havent been able to deduce a clear answer. I am trying to find the best way (or a way) to intersect two completely differen
You need to implement a custom equality comparer (see IEqualityComparer> interface) to pass it as a second argument to Intersect().
IEqualityComparer> interface) to pass it as a second argument to Intersect().
Intersect()