| AkkaAssertEqualityComparerTGetHashCode Method (T) |
Returns a hash code for the specified object.
Namespace:
Akka.TestKit.Xunit2.Internals
Assembly:
Akka.TestKit.Xunit2 (in Akka.TestKit.Xunit2.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public int GetHashCode(
T obj
)
abstract GetHashCode :
obj : 'T -> int
override GetHashCode :
obj : 'T -> int
Parameters
- obj
- Type: T
The Object for which a hash code is to be returned.
Return Value
Type:
Int32A hash code for the specified object.
Implements
IEqualityComparerTGetHashCode(T)Exceptions See Also