IEntityCollectionContains Method (IEntity) | 
 
            Returns true if the list contains the given IEntity Object
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxbool Contains(
	IEntity entityToFind
)
Function Contains ( 
	entityToFind As IEntity
) As Boolean
Parameters
- entityToFind
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity object to check. 
Return Value
Type: 
Booleantrue if Entity exists in list.
See Also