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

Allows a chunk to be added to the condition (with the OFF setting) using the - operator

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

Syntax

C#
public static Rule..::..Condition operator -(
	Rule..::..Condition c,
	Chunk ch
)

Parameters

c
Type: Clarion.Framework.Core..::..Rule..::..Condition
The condition
ch
Type: Clarion.Framework.Core..::..Chunk
The chunk that is to be added to the condition

Return Value

The condition with the specified chunk added to it

See Also