I have an object name oPart. It has a number of properties. I want to compare it to another oPart object to see if all the properties are the same. Been trying to use the IComparer thingy all day, but nothing works.
All I want to know is if oPart_new = oPart_old.
Thanks
All I want to know is if oPart_new = oPart_old.
Thanks