On 16-May-07, at 1:33 PM, Alexander Cohen wrote: > Does array.IndexOf use the Operator_Compare function or does it just > compare pointers all the time. I have an array of a custom class and > indexOf does not class my operator_Compare function on the class. Is > this normal?
I'd bet it's just comparing object references Would be nice if it did use operator_compare if it was implemented _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
