Click or drag to resize

IReadOnlyEntityCollectionBaseContains Method

Check if an entity item exists in the collection (ignored if deleted and not ShowAll)

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool Contains(
	IReadOnlyEntity item
)

Parameters

item
Type: EBP.Api.Interfaces.EntityIReadOnlyEntity
Entity item to check

Return Value

Type: Boolean
True if found otherwise false
See Also