* com.dooapp.gaedo.properties.Property)
*/
@Override
protected boolean callMatchManaged(Vertex currentVertex, Property finalProperty) {
// First check if id is the same
BluePrintsBackedFinderService service = getService();
return isVertexEqualsTo(currentVertex, service, expected, false);
}