Skip to content

Add comparison operator for HybridTreePath

Simon Praetorius requested to merge feature/comparison-hybridtreepath into master

Summary

This MR adds the operator== and operator!= for HybridTreePath. The comparison operators return true (or false) of the tree paths are of the same length, the entries are comparable and entries have the same value. Note, this might be true even if the tree-path types are different.

Merge request reports