SyntaxFix
Write A Post
Hire A Developer
Questions
array1.NonIntersect(array2);
Nonintersect such operator is not present in Linq you should do
except -> union -> except
a.except(b).union(b.Except(a));