Click or drag to resize

IFilterTPass Method

Method must compute wherer a object (item) passes the filter (this)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
bool Pass(
	T item
)

Parameters

item
Type: T

Return Value

Type: Boolean
See Also