| IContentFilterIsMatch Method |
Determines whether the specified value matches the condition of this filter.
Namespace:
DataGridExtensions
Assembly:
DataGridExtensions (in DataGridExtensions.dll)
Syntax bool IsMatch(
Object value
)
Function IsMatch (
value As Object
) As Boolean
Parameters
- value
- Type: SystemObject
The content.
Return Value
Type:
Booleantrue if the specified value matches the condition; otherwise,
false.
See Also