Compare datatable between two sepcific column of first table with two specific column of second table

i have two datatables which contains Two columns each as “Name”,“Age”. i want to compare “Name” of DT1 with “Name” of DT2 and “Age” of DT1 and Age of DT2. i want the unmatched records. Any suggestion??

Use filer data table activity in studio, Comapre their by giving proper condition.

Thank you