Determine about unique least-cost path
If there is a unique least-cost path, the two algorithms will yield the similar result because they are both guaranteed to search the least-cost path. If there are two or more equivalent least-cost paths, the two algorithms may find dissimilar least-cost paths, depending on the order in which alternatives are explored.