Class HashExtensions
Inheritance
HashExtensions
Assembly: fwt.core.dll
Syntax
public static class HashExtensions
Methods
GetHashCode_RefType<TValue>(TValue, int)
Declaration
public static int GetHashCode_RefType<TValue>(this TValue value, int hash = 0) where TValue : class
Parameters
| Type |
Name |
Description |
| TValue |
value |
|
| int |
hash |
|
Returns
Type Parameters
GetHashCode_ValueType<TValue>(TValue, int)
Declaration
public static int GetHashCode_ValueType<TValue>(this TValue value, int hash = 0) where TValue : struct
Parameters
| Type |
Name |
Description |
| TValue |
value |
|
| int |
hash |
|
Returns
Type Parameters