Determines whether the collection contains the specified key.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal Key As String _ ) As |
[C#] |
---|
public bool Contains( string Key ); |
[Managed C++] |
---|
public: bool Contains( String __gc ^ Key ); |
[Java] |
---|
public bool contains( String Key ); |
- Key