Click or drag to resize

ElementCollectionTContains Method

Determines whether the ICollectionT contains a specific value.

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

Parameters

item  T
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