NBElement   Conversion (NBElement to Boolean)IBM Integration Bus
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Boolean value.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public static explicit operator bool (
	NBElement value
)

Return Value

Type: OnlineBoolean
The current element's value cast to the specified type.
Exceptions

See Also