[This is preliminary documentation and is subject to change.]
Determines whether the IList contains a specific item.
| C# | Visual Basic | Visual C++ |
public bool Contains( ValidationAcsePresentationContextAccept value )
Public Function Contains ( _ value As ValidationAcsePresentationContextAccept _ ) As Boolean
public: bool Contains( ValidationAcsePresentationContextAccept^ value )
- value (ValidationAcsePresentationContextAccept)
- The item to locate in the IList.
trueTruetrue if the item is found in the IList; otherwise, falseFalsefalse.