Performs test operation on object with target value.
Syntax
'Declaration
Public Overrides Function PerformOperation( _
ByVal As System.Object, _
ByVal As System.Object _
) As System.Boolean
public override System.bool PerformOperation(
System.object ,
System.object
)
Parameters
- obj
- The object to test.
- target
- The target value.
See Also