Returns a hash code for this instance.
Namespace:
Tortuga.Anchor.Collections
Assembly:
Tortuga.Anchor (in Tortuga.Anchor.dll)
public int GetHashCode(
ValueTuple<T, T> obj
)
Public Function GetHashCode ( _
obj As ValueTuple(Of T, T) _
) As Integer
Parameters
- obj
- Type: ValueTuple<(Of <(<'T, T>)>)>
The value for which a hash code is to be returned.
Return Value
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.