[]
Gets whether the collection contains a bookmark with specified name.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The bookmark name to find. |
Type | Description |
---|---|
bool | true if the collection contains a bookmark with specified name, otherwise false. |