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

Gets the hash value for this dimension-value pair.

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public override int GetHashCode()

Return Value

The hash value for this dimension-value pair

Remarks

Note
The hash code for the dimension-value pair is equal to the hash value of the world ID.

See Also