Method

IpuzCellequal

Declaration [src]

gboolean
ipuz_cell_equal (
  const IpuzCell* cell1,
  const IpuzCell* cell2
)

Description [src]

Compares two cells and returns TRUE if they are identical.

Parameters

cell2

Type: IpuzCell

An IpuzCell to compare with cell1

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the two cells match.