equal


Description:

public abstract bool equal (AppInfo appinfo2)

Checks if two AppInfos 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.

Parameters:

this

the first AppInfo.

appinfo2

the second AppInfo.

Returns:

true if this is equal to appinfo2. false otherwise.