Returns the index of the element in the heap that matches the specified item (with an assumed priority of 0). If they are not found, the function returns -1.
Namespace: DataStructures
Delphi |
public |
Parameters
Item
Type: TObject
Type: Integer
Reference |