 | ProjectionEqualityComparerTSource, TKeyGetHashCode Method (TSource) |
Produces a hash code for the given value by projecting it and
then asking the equality comparer to find the hash code of
the resulting key.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic int GetHashCode(
TSource obj
)
Public Function GetHashCode (
obj As TSource
) As Integer
public:
virtual int GetHashCode(
TSource obj
) sealed
abstract GetHashCode :
obj : 'TSource -> int
override GetHashCode :
obj : 'TSource -> int
Parameters
- obj
- Type: TSource
[Missing <param name="obj"/> documentation for "M:Koden.Utils.ProjectionEqualityComparer`2.GetHashCode(`0)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Koden.Utils.ProjectionEqualityComparer`2.GetHashCode(`0)"]
Implements
IEqualityComparerTGetHashCode(T)
See Also