![](../icons/Help.png) | RegexContentFilterIsMatch Method |
Determines whether the specified value matches the condition of this filter.
Namespace:
DataGridExtensions
Assembly:
DataGridExtensions (in DataGridExtensions.dll)
Syntaxpublic bool IsMatch(
Object value
)
Public 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.
Implements
IContentFilterIsMatch(Object)
See Also