EqualFuncFull


Description:

[ Version ( since = "2.74" ) ]
public delegate bool EqualFuncFull<G> (G a, G b)

Specifies the type of a function used to test two values for equality.

The function should return true if both values are equal and false otherwise.

This is a version of ArraySearchFunc which provides a user_data closure from the caller.

Parameters:

a

a value

b

a value to compare with

user_data

user data provided by the caller

Returns:

true if a = b; false otherwise


Namespace: GLib
Package: glib-2.0