Skip to content

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);

View source

Parameters

Name Type Description
obj TNode The node.

Returns

Int32

A hash code for the node.