# File lib/tapkit/control/gid.rb, line 108
                def ==( other )
                        if @hash == other.hash then
                                true
                        else
                                false
                        end
                end