netLearner wrote:
Yes, the entities and all their fields.
Thanks.
If you have to compare all the fields as well, it requires 2 nested loops. If you just want to check if an entity is also in the other collection (PK check) you can use 1 loop and use entity.Equals(otherEntity)