Checks whether the given frame is already in the list.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal SystemName As String _ ) As Boolean |
[C#] |
---|
public bool Contains( string SystemName ); |
[Managed C++] |
---|
public: bool Contains( String __gc ^ SystemName ); |
[Unmanaged C++] |
---|
public: HRESULT Contains( BSTR SystemName, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool contains( String SystemName ); |
[Python - STK API ] |
---|
def Contains(self, SystemName:str) -> bool: |
- SystemName