Applies the condition to a given value.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGridFilter.4 (in C1.Silverlight.FlexGridFilter.4.dll)

Syntax

C#
public bool Apply(
	Object value
)
Visual Basic
Public Function Apply ( _
	value As Object _
) As Boolean

Parameters

value
Type: System..::..Object
Value to test.

Return Value

True if the value satisfies the condition, false otherwise.

See Also