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

Determines whether the world object is contained within the condition and has the specified ON/OFF setting

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,
	bool setting
)

Parameters

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

Return Value

True if the world object is in the condition and has the specified ON/OFF setting, otherwise False

See Also