public static bool HasNotChanged( Serializable oldObject, Serializable newObject )
Indicates if the object has changed, this assumes that newObject started out as oldObject.
Type: Boolean
True if newObject is the same as oldObject.