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

                bool
        end