I have two DataRow dr1 and dr2 having same column
Need to identify if these two rows are equal.After excluding the row index column value.
Because after the datagrid is updated the row index gets changed
There are more than 10 columns so if possible a linq will be better
Thanks in advance!