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

Removes a value object from the index, returning a boolean value to indicate if the value object was found.

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

Syntax

Visual Basic (Declaration)
Public Function Remove ( _
	key As Object, _
	bean As Object _
) As Boolean
C#
public bool Remove (
	Object key,
	Object bean
)
Visual C++
public:
bool Remove (
	Object^ key, 
	Object^ bean
)

Parameters

key
System.Object
is the key value
bean
System.Object
is the value object to remove

Return Value

true if the value object was successfully removed, false if the key or value object could not be found