Searches for the specified item in the current Vector, and if found, returns the index of the item.
virtual bool IndexOf( T value, unsigned int* index );
Searches for the specified item in the current Vector, and if found, returns the index of the item.
virtual bool IndexOf( T value, unsigned int* index );