# File lib/bullet/notification/base.rb, line 65
      def eql?(other)
        self.class == other.class && klazz_associations_str == other.klazz_associations_str
      end