Determines whether the object with the given name is in the collection.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal Name As String _ ) As |
[C#] |
---|
public bool Contains( string Name ); |
[Managed C++] |
---|
public: bool Contains( String __gc ^ Name ); |
[Java] |
---|
public bool contains( String Name ); |
- Name