Is there an easy way to compare two EntityObjects for equality of values. I just want to check if all database values match, so I don't care if EntityKey is different.
Is this embedding possible? Or should I just write my own method.
I think Equals () doesn't work the way I want here?
source
share