I have a collection of custom object, and I am doing IndexOf to find the index of a specific object. I would assume that the IndexOf would use IComparable implementation to check to see if the objects match, but I am not implementing it in my class.
How does IndexOf determine that two objects are equal?
Thanks!