If I am testing a bit (and please don't tell me better ways to test a bit - I know there are), are the inner parens redundant here?

Code:
if ((work->flagbyte & 0x80) ==0) { ... }