# File lib/cgikit.rb, line 4483
        def ==( bytes )
                if @bytes == bytes.bytes then
                        true
                else
                        false
                end
        end