# File lib/factory_girl/declaration/association.rb, line 9
      def ==(other)
        name == other.name &&
          options == other.options
      end