Hi, I am looking for effective way of hex file data comparison, mainly equality check. Is there already some effective way of comparison? Did you consider overriding of `__eq__` ?
Hi,
I am looking for effective way of hex file data comparison, mainly equality check.
Is there already some effective way of comparison?
Did you consider overriding of
__eq__?