[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.0.7 (6.1.0.7)

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