method Path.prototype.equalsimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; equals(otherPath: Path): booleanIf this path reference is the same as another one. ParametersotherPath: PathReturnsboolean