Click or drag to resize
HashSetComparerTGetHashCode Method (HashSetT)
Serves as a hash function for a particular type.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int GetHashCode(
	HashSet<T> obj
)

Parameters

obj
Type: System.Collections.GenericHashSetT
Object of which hashcode has to calculated.

Return Value

Type: Int32
A hash code for the current System.Object.

Implements

IEqualityComparerTGetHashCode(T)
See Also