c# - Find duplicates after merging lists -
this question has answer here:
- how find duplicate list<string>? 8 answers
- how linq except work? [duplicate] 3 answers
i have 2 lists in c# each having object has 2 fields id , rank. lets lstsource , lstupdate, have update objects in lstsource rank of object in lstupdate matching id. after update want make sure there not duplictae ranks. how can achieve using linq? (it can implemented few statements couple of loops) lists contain few elements.
Comments
Post a Comment