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