GetHashCode Method (Object[])

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Returns a hash code for the specified object.

Namespace: Common
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public int GetHashCode(
	Object[] obj
)
Visual Basic
Public Function GetHashCode ( _
	obj As Object() _
) As Integer
Visual C++
public:
virtual int GetHashCode(
	array<Object^>^ obj
) sealed

Parameters

obj
Type: array<System..::..Object>[]()[][]
The Object for which a hash code is to be returned.

Return Value

A hash code for the specified object.

Implements

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

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe type of obj is a reference type and obj is null.

See Also