I have a Datatable with few Line of Data, my aim is to check whether there is any Duplicate value and if there a duplicate line, i that Duplicate Value & i need to remove both lines that created duplicate.
Input
my expected Output would be
Any Suggestion will be helpful
Thanks in Advance
Thanks & Regards Harsha
CodePudding user response:
You need some way of getting a unique value for each row which depends only on the data in the row, this is usually known as a