Partager via


IQueryResultFilter<TEntity>.MatchCondition(TEntity) Method

Definition

Check whether the item should be included in the result.

public bool MatchCondition (TEntity item);
abstract member MatchCondition : 'Entity -> bool
Public Function MatchCondition (item As TEntity) As Boolean

Parameters

item
TEntity

Returns

true if the item should be included in the result.

Applies to