# File lib/openid/message.rb, line 420
    def ==(other)
      other.is_a?(self.class) && @args == other.instance_eval { @args }
    end