Closed vojtechjelinek closed 3 years ago
@vojtechjelinek, good catch! I'm not sure what I was thinking 😆 Thanks. The other equality check functions, gt
, gte
, lt
, ... also return a Boolean
. Any particular reason that those weren't updated as well? Did you maybe want to update them with this PR as well? If not, no big deal.
@jiggzson Ah, right, fixed.
@vojtechjelinek, thanks!
eq
returnsboolean
and notExpression
.