Closed
Description
A topic that was raised in #61883 (comment) is deprecating usage of =
when doing equality checks.
EQL does use =
for assignments so using it for equality checks instead of ==
is potentially confusing (is it an assignment or an equality check?).
It would be good to get some numbers on the usage to see how often this occurs.
Based on that we can decide whether to go with a safe route (deprecation-only with removal later down the road) or straight removal.