Jane1234567 / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

[PATCH] isEqualTo: do not exist for NSStrings. Use isEqualToString: #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The method isEqualTo: compares the pointers of the objects, not the object 
contents. 
isEqualToString: do the string to string comparasion.

Original issue reported on code.google.com by drodrigu...@gmail.com on 24 Sep 2009 at 10:29

Attachments: