Click or drag to resize
PrefetchPath2IListContains Method
Determines whether the IList contains a specific value.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool IList.Contains(
	Object value
)

Parameters

value
Type: SystemObject
The object to locate in the IList.

Return Value

Type: Boolean
true if the Object is found in the IList; otherwise, false.

Implements

IListContains(Object)
See Also