Opalis Quick Integration Kit 3.0
Tests whether the specified value matches the filter condition.

Namespace:  Opalis.QuickIntegrationKit
Assembly:  Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)

Syntax

C#
bool 
Matches(
	
Object 
value
)
Visual Basic (Declaration)
Function 
Matches ( _
	
value 
As 
Object _
) 
As 
Boolean
Visual C++
bool 
Matches(
	
Object^ 
value
)

Parameters

value
Type: System . . :: . Object
The value to be tested.

Return Value

True if the value matches the filter criteria, otherwise false.

See Also