1: If(thisObject.ToString() != null)
2: {
.....
3: }
If your cursor is positioned before or after the open or closing block (lines 2 or 3) CTRL+} will jump your cursor to the other { } character.
If your hold the shift key down, you'll effectively highlight the whole block. This is a great keystroke to move large blocks. I particularly use this when I've decided to create a Try Catch statement, and need to move large blocks of code.