I have declared a method in another class and it has an error \"not all code paths return a value\"
I would like it to return a true or false value to the main progr
put this at the end of method
return isIdentical;
u are not returning any value. This may work