AppInfoT.equal

Checks if two #GAppInfos are equal.

Note that the check <emphasis>may not</emphasis> 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(TStruct)
bool
equal

Parameters

appinfo2 AppInfoIF

the second #GAppInfo.

Return Value

Type: bool

%TRUE if @appinfo1 is equal to @appinfo2. %FALSE otherwise.

Meta