| SoDeviceContextSharedGroupContains Method (SoBaseContextCache) | 
Returns true if the specified object is already in the list of notified objects. 
 
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic bool Contains(
	SoBaseContextCache object
)
Public Function Contains ( 
	object As SoBaseContextCache
) As Boolean
public:
bool Contains(
	SoBaseContextCache^ object
)
member Contains : 
        object : SoBaseContextCache -> bool 
Parameters
- object
 - Type: OIV.Inventor.CachesSoBaseContextCache
 
Return Value
Type: 
Boolean
RemarksTo add or remove an object, from this list, the ref(object) and unref(object) methods can be used. 
See Also