On 28.06.2007, at 14:54, Adam Tauno Williams wrote: > Is there a reason this method is not in the header file? Adding it > makes the warning go away. Yes, the public method is NSObject's -isEqual:. You should not depend on internal methods. Greets, Helge