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

Syntax

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

Parameters

obj
Type: System..::..Object

Return Value

Type: Int32

Implements

IEqualityComparer..::..GetHashCode(Object)

See Also