If we allow for the degenerate case, then the triangle of side lengths 0 satisfies all the conditions mentioned in the problem, but I'm assuming that's not the solution you are looking for / I need to prove only the degenerate case works.
Let x,y,z be the lengths of the right angle triangle with z as the hypotenuse
Let a,a,b be the lengths of the isosceles triangle.
We have that

if we assume perimeters must be equal

by Pythagoras
(p-y)(p-z) = p(p-a)(p-a)(p-b))
by Heron's formula (squaring both sides) since areas are equal. We can use p here on both sides since perimeters are equal and hence the semi-perimeter is equal as well.
If p=0, then we have the degenerate case, so assume p is not equal to 0 and divide both sides by p
so,
Hence by comparison we have

(i)

(ii)

(iii)
By multiplying (ii) by x and using (iii), we get
![x^2 [y+z] = a^2(x-b) + 2abx](http://latex.codecogs.com/png.latex?x^2 [y+z] = a^2(x-b) + 2abx)
(1)
Similarily
![y^2 [x+z] = a^2(y-b) + 2aby](http://latex.codecogs.com/png.latex?y^2 [x+z] = a^2(y-b) + 2aby)
(2)
![z^2 [x+y] = a^2(z-b) + 2abz](http://latex.codecogs.com/png.latex?z^2 [x+y] = a^2(z-b) + 2abz)
(3)
I have to use Pythagoras eventually, but it feels like I'm going in circles.
Maybe I'm going about this question incorrectly. Initially I wanted to use the concept for height as an argument. In the xyz right triangle, if I choose x as the base y is the height. I'm thinking about what happens if I draw an isosceles triangle with the base on the same level as the base of the xyz right triangle. Areas are equal if base lengths are equal and height in the same. hmm...