







|
| Optimization Framework |
| ArrayEqualityComparer..::..GetHashCode Method (array<Object>[]()[][]) |
| ArrayEqualityComparer Class See Also Send Feedback |
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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The type of obj is a reference type and obj is null. |
