My object is like
class MyObject
{
string FirstName, string LastName, string Phone
}
and I have two list of this object:
incomingList<MyObject>
fullList<MyObject>
How can I have a list of the things that are in the incomingList
but are not in the fullList