| SortExpressionIListContains 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)
Syntaxbool IList.Contains(
	Object value
)
Private Function Contains ( 
	value As Object
) As Boolean Implements IList.Contains
Parameters
- value
 - Type: SystemObject
The object to locate in the IList.  
Return Value
Type: 
Booleantrue if the 
Object is found in the 
IList; otherwise, false.
Implements
IListContains(Object)
See Also