# File lib/cgikit.rb, line 5209
        def ==( other )
                bool = false
                if CKNotQualifier === other then
                        if @qualifier == other.qualifier then
                                bool = true
                        end
                end

                bool
        end