Currently the global operator!=(bool, bool) is selected due to the implicit bool
conversion operator. Since this is never the desired semantics, we give it a
standard operator!= and make the bool conversion explicit.
Depends On D86809
 Differential  D86810  
Fix operator!= for Dialects. Authored by fedelebron on Aug 28 2020, 1:06 PM. 
Details 
 Currently the global operator!=(bool, bool) is selected due to the implicit bool Depends On D86809 
Diff Detail 
  | 
nit: I'd just drop this newline.