Request: A method that returns immediately, at the first encounter of difference, without any further difference checks. bool IsDiff(ob1, obj2) Justification: Sometimes, the app only cares about if the objects are same or not and then only write the updated full object to DB.