Programmer's Reference
This section describes the protocols supported by OSStructure.
- equals: anOSObject
- Answers a Boolean indicating whether the data element
referenced by the receiver and the data element referenced by
anOSObject are equal. The receiver and anObject
must be of the same class, have the same indirection level, and the data
elements they reference must contain the same data, in the same sequence by
byte comparison.
- indirectionLevel
- Answer the receiver's indirection level.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]