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

Determines whether the world object and ON/OFF specification (in the form of a Rule..::..Condition..::..ConditionTuple) are contained within the condition

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

Syntax

Parameters

o
Type: Clarion.Framework.Core..::..Rule..::..Condition..::..ConditionTuple
The world object and ON/OFF specification whose membership within the condition is to be checked

Return Value

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

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

See Also