Method Find
Find(IPriorityQueueHandle<T>, out T)
Check if the entry corresponding to a handle is in the priority queue.
Declaration
bool Find(IPriorityQueueHandle<T> handle, out T item)
Parameters
Type | Name | Description |
---|---|---|
IPriorityQueueHandle<T> | handle | |
T | item |
Returns
Type | Description |
---|---|
System.Boolean |