Click or drag to resize

EntityCollectionBaseTEntityIEntityCollectionContains Method

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.9.0.0 (5.9.0)
Syntax
bool IEntityCollection.Contains(
	IEntity entityToFind
)

Parameters

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

Return Value

Type: Boolean
true if Entity exists in list.

Implements

IEntityCollectionContains(IEntity)
See Also