Let's say we have 2 sets
A = [ PersonA,PersonB];
B = [ ManagerZ,ManagerT,ManagerY];
Result : ManagerT,ManagerY
There exists One to One mapping between the objects in A and the objects in B. I'm interested in those objects in B for which exists such an entry in A.
For completeness let's say we are matching on property named Name