Is there a simple way to compare two EntityObjects for value-equality.
I simply want to check if all the database-values are the same, so I don't care if the EntityKey is different. ...Is this possible built-in? Or should I just write my own method. ...I ...