Method

IpuzStyleequal

Declaration [src]

gboolean
ipuz_style_equal (
  IpuzStyle* style1,
  IpuzStyle* style2
)

Description [src]

Compares two styles and returns TRUE if they are identical.

Parameters

style2

Type: IpuzStyle

An IpuzStyle to compare with style1.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the two styles match.