Hi all,
Is there a way to call default hash() for an object in case its class overrides hash/equals? Something like Java's System.identityHashCode.
hash()
System.identityHashCode
Hi Dsav!
Try Env.idHash(). Example:
Env.idHash()
hashcode := Env.cur.idHash(obj)
SlimerDude, thanks a lot! Missed it :(
Login or Signup to reply.
dsav Mon 1 Dec 2014
Hi all,
Is there a way to call default
hash()
for an object in case its class overrides hash/equals? Something like Java'sSystem.identityHashCode
.SlimerDude Mon 1 Dec 2014
Hi Dsav!
Try
Env.idHash()
. Example:dsav Mon 1 Dec 2014
SlimerDude, thanks a lot! Missed it :(