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