equals
Checks if this SudokuSchema is equal to another object.
Two SudokuSchema instances are considered equal if they have the same puzzle layout, solution layout, difficulty level, and Sudoku type.
Return
true
if the objects are equal, false
otherwise.
Parameters
other
The object to compare with this instance.