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): (source)

Undocumented

Parameters
other:objectUndocumented
Returns
boolUndocumented
def __ne__(self, other): (source)

Undocumented

Parameters
other:objectUndocumented
Returns
boolUndocumented