EDN Admin
Well-known member
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
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