using PowerfulExtensions.Linq;
...
var intersect = _arr1.Intersect(_arr2, c => c.A, c => c.B);