Event to compare 2 items.
Source position: cachecls.pp line 100
|  public property TCache.OnIsDataEqual : TOnIsDataEqual | 
OnIsDataEqual is used by FindSlot and IndexOf to compare items when looking for a particular item. These functions are called by the Add method. Failing to set this event will result in an exception. The function should return True if the 2 data pointers should be considered equal.
| 
 | Find data pointer in the list. | |
| 
 | Return index of a data pointer in the list. | |
| 
 | Add a data element to the list. |