Method

IpuzCellStatsequal

Declaration [src]

gboolean
ipuz_cell_stats_equal (
  const IpuzCellStats* cell_stats1,
  const IpuzCellStats* cell_stats2
)

Description [src]

Compares two IpuzPuzzleStats and returns TRUE if they contain the same values.

Parameters

cell_stats2

Type: IpuzCellStats

An IpuzCellStats to compare cell_stats1 to.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if cell_stats1 and cell_stats2 match.