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