Method

IpuzClueequal

Declaration [src]

gboolean
ipuz_clue_equal (
  const IpuzClue* clue1,
  const IpuzClue* clue2
)

Description [src]

Compares two clues and returns TRUE if they are identical.

Parameters

clue2

Type: IpuzClue

An IpuzClue to compare with clue1

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the two clues match.