IndexOf Method (OwnedFastList)
Returns the index of the specified object in the current
C1.C1Preview.Util.FastList. (Performs a fast search using the
C1.C1Preview.Util.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.