Click or drag to resize
Accord.NET (logo)

CustomComparerTGetHashCode Method (T)

Returns a hash code for the given object.

Namespace:  Accord.Math.Comparers
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public int GetHashCode(
	T obj
)
Request Example View Source

Parameters

obj
Type: T
The object.

Return Value

Type: Int32
A hash code for the given object, suitable for use in hashing algorithms and data structures like a hash table.
See Also