How to compare two dataTables

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
 Hi

I have to dataTable objects, i want to compare if they contains identical data or not, I used:
dt1.Equals(dt2); //it didnt work
i tried also:
dt1 == dt2; // but it didnt work either

can someone help me, i want to check if the have the same data or not

thanks

View the full article
 
Back
Top