Click or drag to resize

ContainerImplHas Method (String)

Returns true if an object by the given name is registered.

Namespace:  com.espertech.esper.container
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool Has(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Boolean
true if [has] [the specified name]; otherwise, false.

Implements

IContainerHas(String)
See Also