class documentation

Mixin that implements __eq__ and __ne__.

Comparison is done using the list of attributes defined in compareAttributes.

Method __eq__ Undocumented
Method __ne__ Undocumented
Class Variable compareAttributes Undocumented
def __eq__(self, other: object) -> bool:
def __ne__(self, other: object) -> bool:

Undocumented