BookmarkCollectionContains Method |
Determines whether the ICollectionT contains a specific value.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public bool Contains(
Bookmark item
)
Public Function Contains (
item As Bookmark
) As Boolean
Parameters
- item Bookmark
- The object to locate in the ICollectionT.
Return Value
Boolean
true if item is found in the
ICollectionT; otherwise, false.
Implements
ICollectionTContains(T)See Also