Re: Comparing Objects' Classes
Re: Comparing Objects' Classes
- Subject: Re: Comparing Objects' Classes
- From: j o a r <email@hidden>
- Date: Thu, 15 Jan 2004 16:31:18 +0100
Read the documentation for NSObject...
j o a r
Ps. BOOL is not an object at all...
On 2004-01-15, at 19.06, Kevin Wojniak wrote:
>
If I have an object, say ball and I want to see if it's of an
>
NSDictionary or a BOOL or something else, how would I do this? I know
>
I can check for it's existence with nil but I need to identify it's
>
class...
>
>
Maybe if ([ball class]==[NSDictionary class]) ??
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.