Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Comparison
EnumerableCompararer(T) Class
EnumerableCompararer(T) Methods
GetHashCode Method
GetHashCode Method (IEnumerable(T))
EnumerableCompararer
T
GetHashCode Method (IEnumerable
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
(
IEnumerable
<T>
obj
)
Parameters
obj
Type:
System.Collections.Generic
IEnumerable
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
EnumerableCompararer
T
Class
GetHashCode Overload
WhetStone.Comparison Namespace