Hello,
It looks like "Equals()" method always returns false. I'll appreciate any idea how to make it working. I use my own function to compare trees but it would be better to use what we have in the product.
Please help.
Thanks,
Eugene
It looks like "Equals()" method always returns false. I'll appreciate any idea how to make it working. I use my own function to compare trees but it would be better to use what we have in the product.
RadTreeNode _selectedNodes; |
// Code to work with _selectedNodes to add few children |
// ... |
// ... |
RadTreeNode ttNodes = _selectedNodes.Clone(); |
//ttNodes.Equals(_selectedNodes) is false here!!! |
Please help.
Thanks,
Eugene