IExtObjectContainer.

IsStored(Object) Method

Summary

tests if an object is stored in this ObjectContainer.

Syntax

bool IsStored(Object obj)

Remarks

tests if an object is stored in this ObjectContainer.

Parameters

Name Type Description
obj Object to be tested

Return Value

Type Description
bool true if the passed object is stored.