DHI.Mike1D Class Library
C#
Show/Hide TOC
Quantity
Comparer
Get
Hash
Code(IQuantity) Method
Returns a hash code for the specified object.
Definition
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
int
GetHashCode
(
IQuantity
obj
)
Parameters
obj
IQuantity
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
Quantity
Comparer Class
GetHashCode Overload
DHI.Mike1D.Generic Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also