c# - Find duplicates after merging lists -


this question has answer here:

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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -