A 64 bit hash code value type.

Namespace:  Gallio.Common
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public struct Hash64 : IEquatable<Hash64>
Visual Basic (Declaration)
Public Structure Hash64 _
	Implements IEquatable(Of Hash64)

Remarks

Provides somewhat more protection against collisions than 32 bit hashes.

See Also