Handles arg1 == arg2
This operator requires that the LHS and RHS are both of the
same Class OR both are subclasses of java.lang.Number
author: Will Glass-Husain author: Peter Romianowski version: $Id: ASTEQNode.java 463298 2006-10-12 16:10:32Z henning $
Calculates the value of the logical expression
arg1 == arg2
All class types are supported. Uses equals() to
determine equivalence. This should work as we represent
with the types we already support, and anything else that
implements equals() to mean more than identical references.
Parameters: context - internal context used to evaluate the LHS and RHS true if equivalent, false if not equivalent,false if not compatible arguments, or falseif either LHS or RHS is null throws: MethodInvocationException -