On 5/25/05, Gentry, Michael (Contractor) <michael_gentr..anniemae.com> wrote:
> Shouldn't "newValue == oldValue" check for equality (same object), but
> "newValue.equals(oldValue)" check for equivalance? I should probably
> learn more Java ... :-)
>
The default behavior of .equals() is == unless you override it
otherwise. That's good... and bad... :)
This archive was generated by hypermail 2.0.0 : Wed May 25 2005 - 15:12:26 EDT