  | MultipleChoiceContentFilterIsMatch Method  | 
 
            Determines whether the specified value matches the condition of this filter.
            
 
    Namespace: 
   DataGridExtensions
    Assembly:
   DataGridExtensions (in DataGridExtensions.dll)
Syntaxpublic virtual bool IsMatch(
	Object value
)
Public Overridable 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