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