-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Description
Hi, I'm facing a problem where I would like to compare the properties in the actual run time type of an object, as opposed to the declared type of the object. For example, the declared type might be Human, but the run time time Man, which extends Human. As far as I can tell the compare method only considers the attributes in the declared type, not the run time type. Is there a way to make it consider the run time type's attributes as well?
Really impressed with this library.. just need to get this last step working if possible.
Thanks,
Rich.