somIsInstanceOf - Remarks

Use the somIsInstanceOf method to determine if an object is an instance of a specific class. This method tests an object for inclusion in one specific class. It is equivalent to the expression:

(aClass == somGetClass (receiver))


[Back: somIsInstanceOf - Parameters]
[Next: somIsInstanceOf - Original Class]