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

Checks to see if the condition of the specified rule is covered by this rule and that the two rules have the same output chunk

Namespace: Clarion.Framework.Core
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public virtual bool Covers(
	Rule r
)

Parameters

r
Type: Clarion.Framework.Core..::..Rule
The rule to check against this rule

Return Value

True if this rule covers the specified rule, otherwise false

See Also