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

Determines if two rules are equal to each other

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

Syntax

C#
public delegate bool EqualityDeterminer(
	Rule sender,
	Rule r
)

Parameters

sender
Type: Clarion.Framework.Core..::..Rule
The rule that initiated call to the equality determiner
r
Type: Clarion.Framework.Core..::..Rule
The rule to be checked against the rule that called the equality determiner

Return Value

True if the two rules are equal, otherwise false

See Also