Generic function to compare objects of different classes in “depth”?
Is it possible to write a generic function that can compare objects of different classes which do not define operator==
, something like:
Generic function to compare objects of different classes in “depth”?
Is it possible to write a generic function that can compare objects of different classes which do not define operator==
, something like: