[This is preliminary documentation and is subject to change.]
Determines whether the ActorsTransactionLog contains a specific element.
| C# | Visual Basic | Visual C++ |
public bool Contains( ActorsTransaction value )
Public Function Contains ( _ value As ActorsTransaction _ ) As Boolean
public: bool Contains( ActorsTransaction^ value )
- value (ActorsTransaction)
- The ActorsTransaction to locate in the ActorsTransactionLog.