somIsInstanceOf - Parameters
receiver
(SOMObject)
A pointer to the object to be tested.
aClass
(SOMClass)
A pointer to the class that the object should be an instance of.
rc
(boolean)
Returns 1 (true) if the receiving object is an instance of the specified class, and 0 (false) otherwise.
[Back: somIsInstanceOf Parameter - rc]
[Next: somIsInstanceOf - Remarks]