Equality overload.
auto p1 = PathType("/hello/world"); auto p2 = PathType("/hello/world"); assertEqual(p1, p2);
See Implementation
Equality overload.