class A { int id, DateTime joinDate, string name } class B { int uniqueId, DateTime joinDate, }
I have two lists with the above objects<