The circuit checks if corresponding bit positions of two data inputs A and B are in the same logic state. For each bit position there is a two-input XNOR gate which will have a logic 1 output if the inputs are the same. The output of the XNOR gates are ANDed together to determine the final output. If all the corresponding bits are equal the final output will be 1.
There are currently no comments