TreeComparer<TNode>.ValuesEqual(TNode, TNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the specified nodes have equal values.
public:
abstract bool ValuesEqual(TNode oldNode, TNode newNode);
public abstract bool ValuesEqual(TNode oldNode, TNode newNode);
abstract member ValuesEqual : 'Node * 'Node -> bool
Public MustOverride Function ValuesEqual (oldNode As TNode, newNode As TNode) As Boolean
Parameters
- oldNode
- TNode
- newNode
- TNode
Returns
Remarks
Called with matching nodes (oldNode, newNode). Return true if the values of the nodes are the same, or their difference is not important.