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

Determines whether the specified type is boolean.

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

Syntax

Visual Basic (Declaration)
Public Shared Function IsBoolean ( _
	type As Type _
) As Boolean
C#
public static bool IsBoolean (
	Type type
)
Visual C++
public:
static bool IsBoolean (
	Type^ type
)

Parameters

type
System.Type
The type.

Return Value

true if the specified type is boolean; otherwise, false.