Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public int GetHashCode(
	T obj
)
Visual Basic
Public Function GetHashCode ( 
	obj As T
) As Integer

Parameters

obj
Type: T

Return Value

Type: Int32

Implements

IEqualityComparer<(Of <(<'T>)>)>..::..GetHashCode(T)

See Also