Hi all,
I would like to know how can I use LINQ to compare two DataTable values and return boolean if both values are int the data tables?
For example
DT1 has value G25685 in Column(“Shipment”)
And
DT2 has G25685 in Column(“Shipment”)
return True if so or False if not
Thank you for all the help in advance.