UniqueListTContains Method |
Determines whether the ICollectionT contains a specific value.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
Parameters
- item
- Type: T
The object to locate in the ICollectionT.
Return Value
Type:
Boolean
true if item is found in the
ICollectionT; otherwise, false.
Implements
ICollectionTContains(T)
See Also