Click or drag to resize

BookmarkCollectionContains Method

Determines whether the ICollectionT contains a specific value.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public bool Contains(
	Bookmark item
)

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