I've been a long time user of CodeRush + RefactorPro, whereas my friend in one team is using Resharper.
I really would like to have code analysis at the same level that he has in R#. CR is just poor here. R# excells in code layout features as well and has decent test runner. In CR, there is no code layout and formatting tools and test runner is not released yet. It is in planned stage.
Regarding navigation, we find both tools equal.
My friend envies me templates that CR has. R# templates are far behind. Also, learning curve of R# is worse. CR is much easier to grasp. Also, refactorings provided by Refactor Pro are better than in R#. They are just easier to cope with. So, in terms of writing code I find CR better.
Recently we both tried to write plugins to implement features we see in opposite tool and would like to have. I was able to do this waaaay easier for CR. Extensibility of DXCore is amasing.
All in all: R# has much more features, but they are much harder to learn. Also, if you find something missing, CR is easier to extend.