[]
Applies the condition to a given value.
public bool Apply(object value)
Public Function Apply(value As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | value | Value to test. |
| Type | Description |
|---|---|
| bool | True if the value satisfies the condition, false otherwise. |