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

Determines whether the specified rule 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 virtual bool Equals(
	Rule r
)

Parameters

r
Type: Clarion.Framework.Core..::..Rule
The rule against which equality it to be checked

Return Value

True if the two rules are equal, otherwise False

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also