[This is preliminary documentation and is subject to change.]
Searches for the specified ActorsTransaction and
returns the zero-based index of the first occurrence within the entire ActorsTransactionLog.
| C# | Visual Basic | Visual C++ |
public int IndexOf( ActorsTransaction value )
Public Function IndexOf ( _ value As ActorsTransaction _ ) As Integer
public: int IndexOf( ActorsTransaction^ value )
- value (ActorsTransaction)
- The ActorsTransaction to locate in the ActorsTransactionLog.
The zero-based index of the first occurrence of value within the entire ActorsTransactionLog,
if found; otherwise, -1.