db4o

IExtObjectContainer.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

IExtObjectContainer Interface | Db4objects.Db4o.Ext Namespace