# File lib/cgikit.rb, line 5163
        def ==( other )
                bool = false
                if CKOrQualifier === other then
                        if @qualifiers == other.qualifiers then
                                bool = true
                        end
                end

                bool
        end