The nearly completed method is below.
It is necessary to convert the two versions of azBuffer
to
a String
because the StringBuffer
class does
not have an appropriate equals()
method.
However, we can use the method from String
.
Complete the method using the equals()
method.