Checks, if allEntities contains a entityToCheck
Namespace:
SandcastleTest.Generic.DAL.FileSystemStorage
Assembly:
SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax private bool Exists(
List<T> allEntities,
T entityToCheck
)
Parameters
- allEntities
- Type: System.Collections.GenericListT
all entities - entityToCheck
- Type: T
an entity to check
Return Value
Type:
Booleantrue, if
allEntities contains a
entityToCheckSee Also