Returns a hash code for the specified instance of the data contract based on the specified properties.
- Namespace
- DbSyncKit
.DB .Comparer - Containing Type
- Property
Equality Comparer <T>
Syntax
public int GetHashCode(T obj)
Parameters
Name | Type | Description |
---|---|---|
obj | T | The instance for which to get the hash code. |
Return Value
Type | Description |
---|---|
int | A hash code for the specified instance. |