mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
- Create a new operator representing an infix value [in]equality test, equivalent to Objects.equals(lhs, rhs) - Continue to use simple equality where it is clearly possible at the callsite - Note that ieee754equals is the same as Java's == and != operators