In reply to kitanisi:
You are not correct. Please look at table 11-2 in the 1800-2017 LRM and find which operators have higher precedence. You can also make s simple test case and plug in values for a and b.
$display (" the result of b == (a<2) ? 2 : 3 is %b", b == (a<2) ? 2 : 3. );