DHI.Mike1D Class Library
C#
Show/Hide TOC
Data
Item
Data
Item
Comparer
Get
Hash
Code(IData
Item) Method
Returns a hash code for the specified object.
Definition
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
int
GetHashCode
(
IDataItem
obj
)
Parameters
obj
IDataItem
The
Object
for which a hash code is to be returned.
Return Value
Int32
A hash code for the specified object.
Implements
IEqualityComparer
T
GetHashCode(T)
Exceptions
ArgumentNullException
The type of
obj
is a reference type and
obj
is
.
See Also
Reference
DataItem
DataItemComparer Class
GetHashCode Overload
DHI.Mike1D.ResultDataAccess Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also