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