Compare two data table in c# linq
I have datable with 10000 records. And another datatable with 1 lakh records.I need to compare two datable for getting close match records.
Column 1 from datatable1 need to compare with column1, column2, column3 from datatable2