Using single operator for bool will this work

 
I have a bool code

Can i use a single operator like this

Bool a >b && b<a && c>d && d<c;

Will this work?

Thanks in advance
 
Progmt4: Will this work?
  1. Don't post code that will not even compile.

    bool result = a >b && b<a && c>d && d<c;
  2. Please edit your (original) post and use the CODE button (or Alt+S)! (For large amounts of code, attach it.)
          General rules and best pratices of the Forum. - General - MQL5 programming forum #25 (2019)
              Messages Editor
          Forum rules and recommendations - General - MQL5 programming forum (2023)

Reason: