Subj : JSEqualityOp To : netscape.public.mozilla.jseng From : bubbfree Date : Thu Apr 28 2005 01:42 pm Hi, I need to define my own equality operation in JSExtendedClass. I have two JSObjects, which can be of different instances, but hold a single double value which I need to key off, instead of the object reference (which would be different in all cases). After inserting the code I discovered that it's not available in my RC6a build. I was wondering if there was a suitable, stable build later than RC6a, which contains the JSEqualityOp code? I'm using this in a production environment, and have been happy with the stability of RC6a. Is there a workaround that I could use within RC6a to define my own equality function ? Thanks! .