Apply Method (ValueFilter)
In This Topic
Applies the filter to a value.
Syntax
'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.
See Also