[This is preliminary documentation and is subject to change.]
Gets the hash code for this rule
Namespace: Clarion.Framework.CoreAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public override int GetHashCode() |
Remarks
The hash is calculated by XORing the hash of the condition with the hash of the output chunk ID
![]() |
---|
The hash of a rule is calculated when the rule is committed (i.e., made immutable). Before it is committed, the hash code of the rule is the default hash value (i.e., from GetHashCode()()()()) |