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

Determines whether the world object with the specified world ID 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(
	Guid worldID
)

Parameters

worldID
Type: System..::..Guid
The world ID of 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