Click or drag to resize

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
)

Parameters

value
Type: SystemObject
The content.

Return Value

Type: Boolean
true if the specified value matches the condition; otherwise, false.
See Also