|
|
6.75 IdentitySet
- Defined in namespace Smalltalk
- Category: Collections-Unordered
- I am the typical set object; I can store any objects uniquely. I
use the == operator to determine duplication of objects.
6.75.1 IdentitySet: testing
- identityIncludes: anObject
- Answer whether we include the anObject object; for IdentitySets this is identical to #includes:
|