CollectionContains Method
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public bool Contains(
string Key
)
Public Function Contains (
Key As String
) As Boolean
- Key String
- Required. A String expression that specifies the key for which to search the elements of the collection.
BooleanReturns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.