Click or drag to resize
UOPairTGetHashCode Method
A hashcode such that two UOPairs{T} with the same elements will have the same hashcode. Depending on the subtypes, the hash code may be different on 32-bit and 64-bit machines

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override int GetHashCode()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Bio.Util.UOPair`1.GetHashCode"]

See Also