Click or drag to resize
HashCode Class
Provides helper methods for hash codes.
Inheritance Hierarchy
SystemObject
  LawoHashCode

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static class HashCode
Methods
  NameDescription
Public methodStatic memberCombine(Int32, Int32)
Returns the combination of hash1 and hash2.
Public methodStatic memberCombine(Int32, Int32, Int32)
Returns the combination of hash1, hash2 and hash3.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also