Re: ObjectStore help ...

From: Cris Daniluk (cris.danilu..mail.com)
Date: Wed May 25 2005 - 15:12:22 EDT

  • Next message: Cris Daniluk: "Re: ObjectStore help ..."

    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