Comparing two object classes
Comparing two object classes
- Subject: Comparing two object classes
- From: Tito Ciuro <email@hidden>
- Date: Thu, 30 Jun 2005 23:42:21 -0400
Hello,
A method receives an object of type id. I want to make sure that the
object is a string, so I'm using isKindOfClass. The problem is that
sometimes the object is a NSConstantString and other times a
NSCFString, so when the object passed is NSConstantString,
isKindOfClass returns NO. Since both objects are strings, what test/
comparison would return YES?
Thanks,
-- Tito
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden