AppInfoT.equal

Checks if two #GAppInfos are equal.

Note that the check *may not* compare each individual field, and only does an identity check. In case detecting changes in the contents is needed, program code must additionally compare relevant fields.

template AppInfoT()
override
bool
equal
(
gio.app_info.AppInfo appinfo2
)

Parameters

appinfo2 gio.app_info.AppInfo

the second #GAppInfo.

Return Value

Type: bool

true if appinfo1 is equal to appinfo2. false otherwise.