# File lib/tapkit/control/qualifier.rb, line 609
                def ==( other )
                        bool = false
                        if NotQualifier === other then
                                if @qualifier == other.qualifier then
                                        bool = true
                                end
                        end

                        bool
                end