# File lib/factory_girl/declaration/implicit.rb, line 9
      def ==(other)
        name == other.name &&
          factory == other.factory &&
          ignored == other.ignored
      end