Applies the condition to a given value.
'Declaration
Public Function Apply( _
ByVal As System.Object _
) As System.Boolean
public System.bool Apply(
System.object
)
Parameters
- value
- Value to test.
Return Value
True if the value satisfies the condition, false otherwise.