Determines whether [contains by function] [the specified p selector].
Namespace:
nsCDEngine.Engines.StorageService
Assembly:
C-DEngine (in C-DEngine.dll)
public bool ContainsByFunc(
Func<T, bool> pSelector
)
Public Function ContainsByFunc ( _
pSelector As Func(Of T, Boolean) _
) As Boolean
public:
bool^ ContainsByFunc(
Func<T, bool^>^ pSelector
)
Parameters
- pSelector
- Type: Func<(Of <(<'T, Boolean>)>)>
The p selector.
Return Value
true if [contains by function] [the specified p selector]; otherwise,
false.