Click or drag to resize
PairTVal1, TVal2GetHashCode Method
Returns the hashcode of this instance.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public override int GetHashCode()

Return Value

Type: Int32
The XOR result of the hashcode of Value1 and Value2. If one of the values is null, that value is ignored. If both are null, the hashcode of this instance is returned.
See Also