DoesNotContain Data Member Function

Returns true if the <List> does not contain a pointer to the indicated object. Please note that this test works whether or not the <List> owns the object or merely references the object.

Prototype

int32 DoesNotContain( Type p_oType )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oTypeA <Type> pointer to the object you wish to test.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.