Added noexcept specifier to all comparison operators
In the documentation, the operators that compare a delegate or fwd_delegate to a nullptr are declared as noexcept. This is now also implemented in the code, which fixes a static analysis finding related to AUTOSAR C++14 Rule A13-5-5.