Gio.AppInfo.prototype.equal

function equal(appinfo2: Gio.AppInfo): Boolean {
    // Gjs wrapper for g_app_info_equal()
}
  

Checks if two #GAppInfos are equal.

appinfo2

the second Gio.AppInfo.

Returns

true if appinfo1 is equal to appinfo2. false otherwise.