PropertyNodeComparer<TNode>.GetHashCode Method
Definition
Returns a hash code for the specified node consistent with Equals(TNode, TNode), based on the node's type and number of properties.
public new int GetHashCode(TNode obj);
Parameters
| Name | Type | Description |
|---|---|---|
obj |
TNode |
The node. |
Returns
A hash code for the node.