# File lib/openid/stores.rb, line 78
    def ==(other)    
      def iv_values(o)
        o.instance_variables.collect {|i| o.instance_variable_get(i)}
      end  
      iv_values(self) == iv_values(other)
    end