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.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.Util.UOPair`1.GetHashCode"]
See Also