Click or drag to resize
Akka.NETAkkaAssertEqualityComparerTGetHashCode Method (T)
Returns a hash code for the specified object.

Namespace:  Akka.TestKit.Xunit.Internals
Assembly:  Akka.TestKit.Xunit (in Akka.TestKit.Xunit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
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

IEqualityComparerTGetHashCode(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe type of obj is a reference type and obj is null.
See Also