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

Determines whether the specified object is a Rule and if it is equal to this rule

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

Syntax

C#
public override bool Equals(
	Object r
)

Parameters

r
Type: System..::..Object
The object against which equality it to be checked

Return Value

True if the object is a Rule and if the two rules are equal, otherwise False

See Also