Virtual Method

IpuzPuzzleequal

Declaration [src]

gboolean
equal (
  IpuzPuzzle* puzzle1,
  IpuzPuzzle* puzzle2
)

Description [src]

Compares two puzzles and returns TRUE if they are identical.

Parameters

puzzle2

Type: IpuzPuzzle

An IpuzPuzzle to compare with puzzle1

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the two puzzles match.