Product Site

5.3.10. IdentityTable Class

An IdentityTable is a MapCollection with indexes that can be any object. In an IdentityTable, each item is associated with a single index, and there can be only one item for each index. Index and item matches are made using an object identity comparison. That is, an index will only match if the same instance is used in the collection.
Table 5.20. IdentityTable Class