Apply Method (ConditionFilter)
Applies the filter to a value.
'Declaration
Public Overrides Function Apply( _
ByVal As Object _
) As Boolean
public override bool Apply(
object
)
Parameters
- value
- Value to be filtered.
Return Value
True if the satisfies the filter; False otherwise.