# File lib/tapkit/control/gid.rb, line 95
                def eql?( other )
                        if KeyGlobalID === other then
                                if (@entity_name == other.entity_name) and \
                                        (@key_values == other.key_values) then
                                        true
                                else
                                        false
                                end
                        else
                                false
                        end
                end