HashSetComparerTGetHashCode Method (HashSetT) |
Serves as a hash function for a particular type.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int GetHashCode(
HashSet<T> obj
)
Public Function GetHashCode (
obj As HashSet(Of T)
) As Integer
public:
virtual int GetHashCode(
HashSet<T>^ obj
) sealed
abstract GetHashCode :
obj : HashSet<'T> -> int
override GetHashCode :
obj : HashSet<'T> -> int
Parameters
- obj
- Type: System.Collections.GenericHashSetT
Object of which hashcode has to calculated.
Return Value
Type:
Int32A hash code for the current System.Object.
Implements
IEqualityComparerTGetHashCode(T)See Also