Method

IpuzEnumerationequal

Declaration [src]

gboolean
ipuz_enumeration_equal (
  const IpuzEnumeration* enumeration1,
  const IpuzEnumeration* enumeration2
)

Description [src]

Compares two enumerations and returns TRUE if they are identical.

Parameters

enumeration2

Type: IpuzEnumeration

An IpuzEnumeration to compare with enumeration1

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

Return value

Type: gboolean

TRUE if the two enumerations match.