Method

IpuzCellCoordequal

Declaration [src]

gboolean
ipuz_cell_coord_equal (
  const IpuzCellCoord* coord1,
  const IpuzCellCoord* coord2
)

Description [src]

Returns TRUE if coord1 and coord2 are identical.

Parameters

coord2

Type: IpuzCellCoord

An IpuzCellCoord

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE, if coord1 and coord2 are identical.