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

Bit Wise Or.

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

Syntax

Visual Basic (Declaration)
Public Shared Function BOrBoolean ( _
	objOne As Object, _
	objTwo As Object _
) As Object
C#
public static Object BOrBoolean (
	Object objOne,
	Object objTwo
)
Visual C++
public:
static Object^ BOrBoolean (
	Object^ objOne, 
	Object^ objTwo
)

Parameters

objOne
System.Object
The obj one.
objTwo
System.Object
The obj two.

Return Value