zivid-python
zivid-python copied to clipboard
Expose equality operators for zivid package members
The C++ layer does expose == and != operators, similar special member functions __eq__ and __ne__ should rely on these.