[]
Performs a fast search for the specified object within the current FastList.
protected bool FindObjectIndex(object obj, out int index)
| Type | Name | Description |
|---|---|---|
| object | obj | The object to search for. |
| int | index | OUT: the index of |
| Type | Description |
|---|---|
| bool | true if |