TContains Delegate

Definition

Delphi
type TContains = function(const collection: IInterface; const value; const comparer: IInterface): Boolean

Parameters

collection
IInterface
value
Void
comparer
IInterface

Returns

Boolean