# File lib/tapkit/control/notification.rb, line 72
                def ==( other )
                        if (@name == other.name) and (@object == other.object) and \
                                (@userinfo == other.userinfo) then
                                true
                        else
                                false
                        end
                end