def __eq__()

in enrichment_function/schema/aws/securityhub/securityhubfindingsimported/AWSEvent.py [0:0]


    def __eq__(self, other):
        if not isinstance(other, AWSEvent):
            return False

        return self.__dict__ == other.__dict__