equals method

bool equals(
  1. Path other
)

Implementation

bool equals(Path other) {
  return listEquals(this, other);
}