Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Comparison
FunctionComparer(T, G) Class
FunctionComparer(T, G) Methods
GetHashCode Method
GetHashCode Method (T)
FunctionComparer
T
,
G
GetHashCode Method (
T
)
Returns a hash code for the specified object.
Namespace:
WhetStone.Comparison
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
int
GetHashCode
( T
obj
)
Parameters
obj
Type:
T
The
Object
for which a hash code is to be returned.
Return Value
Type:
Int32
A hash code for the specified object.
Implements
IEqualityComparer
T
GetHashCode(T)
Exceptions
Exception
Condition
ArgumentNullException
The type of
obj
is a reference type and
obj
is null.
See Also
Reference
FunctionComparer
T, G
Class
GetHashCode Overload
WhetStone.Comparison Namespace