|
|
|
|
|
|
|
Determines whether the list contains a specific Bookmark.
|
|
|
|
|
[C#]
bool Contains(Bookmark value)
[Visual Basic]
Function Contains(value As Bookmark) As Boolean
|
|
|
|
|
Name |
Description |
value |
The object to locate. |
return |
True if the object is found, otherwise false. |
|
|
|
|
|
Determines whether the Collection contains a specific Bookmark.
|
|
|
|
|
|