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