Click or drag to resize
EntityCollectionBase2TEntityIEntityCollection2Contains Method
Returns true if the list contains the given IEntity2 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 IEntityCollection2.Contains(
	IEntity2 entityToFind
)

Parameters

entityToFind
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity2 object to check.

Return Value

Type: Boolean
true if Entity2 exists in list.

Implements

IEntityCollection2Contains(IEntity2)
See Also