I need a Linq query for below scenario
Sample DataTable:
Column A Column B Column C
X Y Z
A B C
I know the value of (Column A+Column B) which is XY
I want compare this XY with this datatable columns A and B. Then I want to retrieve the value of Column C.