Returns true if the collection contains the specified target.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal Path As String _ ) As Boolean |
[C#] |
---|
public bool Contains( string Path ); |
[Managed C++] |
---|
public: bool Contains( String __gc ^ Path ); |
[Java] |
---|
public bool contains( String Path ); |
[Python - STK API ] |
---|
def Contains(self, Path:str) -> bool: |
- Path
- The path to the Object target being tested for.