db4o

ExtObjectContainer.isStored Method 

tests if an object is stored in this

ObjectContainer
.

bool isStored(
   object obj
);

Parameters

obj
to be tested

Return Value

true
if the passed object is stored.

Remarks

tests if an object is stored in this

ObjectContainer
.

See Also

ExtObjectContainer Interface | com.db4o.ext Namespace