Reports duplicate operands in binary expressions (
+
,
-
,
*
,
/
,
&&
,
||
, and
.
) that are in turn used inside comparison expressions. Such operands do not affect the comparison result and can be safely removed.