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