[This is preliminary documentation and is subject to change.]

Determines whether the world object is contained within the condition (regardless of its ON/OFF specification)

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public bool Contains(
	IWorldObject o
)

Parameters

o
Type: Clarion.Framework.Core..::..IWorldObject
The world object whose membership within the condition is to be checked

Return Value

True if the world object is in the condition, otherwise False

See Also