gboolean g_base_info_equal GIRepository.BaseInfo info2 equal @accepts(GIRepository.BaseInfo) @returns(gboolean) def equal(info2)

Compare two GIRepository.BaseInfo.

Using pointer comparison is not practical since many functions return different instances of GIRepository.BaseInfo that refers to the same part of the TypeLib; use this function instead to do GIRepository.BaseInfo comparisons.

info2 :

a GIRepository.BaseInfo

Returns :

True if and only if @info1 equals @info2.