diff --git a/src/gen/lib/person.py b/src/gen/lib/person.py index 27d086e42..7a5e46c17 100644 --- a/src/gen/lib/person.py +++ b/src/gen/lib/person.py @@ -104,6 +104,9 @@ class Person(SourceBase, NoteBase, AttributeBase, MediaBase, # We hold a reference to the GrampsDB so that we can maintain # its genderStats. It doesn't get set here, but from # GenderStats.count_person. + + def __eq__(self, other): + return isinstance(other, Person) and self.handle == other.handle def serialize(self): """