What is the Motoko grammar to inverse a Bool (instead of checking for false)

Hi I know this might be a trivial question, but is there an inverse (logical NOT) operator that converts a Bool type into its opposite to simplify notation.

‘not’, ‘and’ and ‘or’ are the Boolean operators.

Thank you Claudio, that helps a lot!