[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Delegate for computing a relational operation on two objects.

Namespace: net.esper.type
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Delegate Function Computer ( _
	objOne As Object, _
	objTwo As Object _
) As Boolean
C#
public delegate bool Computer (
	Object objOne,
	Object objTwo
)
Visual C++
public delegate bool Computer (
	Object^ objOne, 
	Object^ objTwo
)

Parameters

objOne
System.Object
objTwo
System.Object

Return Value