Click or drag to resize

CrudTExists Method

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
C#
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: Boolean
true, if allEntities contains a entityToCheck
See Also