Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Fielding
Field(T) Class
Field(T) Methods
GetHashCode Method
GetHashCode Method (T)
Field
T
GetHashCode Method (
T
)
Returns a hash code for the specified object.
Namespace:
WhetStone.Fielding
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
Field
T
Class
GetHashCode Overload
WhetStone.Fielding Namespace