I am having a datatable with 5 columns say A to E columns and N no of rows.
Now,
Column A has unique value.
If B to E column has same set of row data i want to conisder it as single row.
eg: if first 3 rows of data from the column B to E is same we can conisder it has single datarow along with column A data which will be unqiue, so two data will be present for column A along with matching results.
If there is different row data for the columns B to E i want to leave it and consider it as different rows.