GetHashCode Method (PairChar)
Returns a hash code of the current
PairChar.
public override int GetHashCode()
'Declaration
Public Overrides Function GetHashCode() As Integer
'Usage
Dim instance As PairChar
Dim value As Integer
value = instance.GetHashCode()
Return Value
A
System.Int32 value that represents the hash code of the current
PairChar.