protected boolean matchesSafely()

in src/main/java/org/apache/sling/hamcrest/matchers/ResourcePathMatcher.java [40:42]


    protected boolean matchesSafely(Resource resource) {
        return path.equals(resource.getPath());
    }