IndexOf Method (FastList)
Returns the index of the specified object in the current
FastList. (Performs a fast search using the
FastList.FindObjectIndex method.)
Parameters
- obj
- The object to search for.
Return Value
The index of the specified object within the current list, or -1 if none was found.