== is already there, and more appropriate for comparing numbers. = always returns false when comparing between integers, float/double, and BigDecimal. Remove not= from the same section, for the same reason. Add not= anywhere else in the cheat sheet that = is, e.g. Misc/Compare (never mind, not= is already there). Remove == from Misc/Compare, since it more properly belongs in numbers section.