SyntaxFix
Write A Post
Hire A Developer
Questions
I'm not 100% sure what your NonIntersect method is supposed to do (regarding set theory) - is it B \ A (everything from B that does not occur in A)? If yes, then you should be able to use the Except operation (B.Except(A)).