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