Returns a Boolean value that indicates whether the receiver conforms to a given protocol. (required)
Original signature is '- (BOOL)conformsToProtocol:(Protocol *)aProtocol'
Available in Mac OS X v10.0 and later.


- aProtocol (IntPtr)
- A protocol object that represents a particular protocol.

YES if the receiver conforms to aProtocol, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)