Hi,
I have two lists:
List<T> elements
List<T> contents
Both have common property called ID. Other properties are different. I want to merge both the above lists into single list. I want to check whether ID is equal for both objects before merging. Please let me know how this can be achieved.
Thank you.
Regards,
Kiran