find
Description:
public bool find (
FileBase item,
out uint position)
Find an item in the list and return its position.
Parameters:
| item |
The FileBase item to find
|
| position |
Output parameter for the position if found
|
Returns:
|
true if @item was found, false otherwise
|