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

enumeration1

Type: IpuzEnumeration

An IpuzEnumeration.

The argument can be NULL.
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.