IEqualityComparer<(Of <(<'T>)>)>..::..GetHashCode Method
Returns a hash code for the specified object.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
[NameAttribute] int GetHashCode( T obj )
<NameAttribute> _ Function GetHashCode ( _ obj As T _ ) As Integer
[NameAttribute] int^ GetHashCode( T obj )
Return Value
A hash code for the specified object.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The type of obj is a reference type and obj is null. |