Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
bool Contains(
	IEntity entityToFind
)

Parameters

entityToFind
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity object to check.

Return Value

Type: Boolean
true if Entity exists in list.
See Also