Returns true if the appName is equal.
true
@override bool equivalentTo(Data other) => (other is ApplicationInformation) ? appName == other.appName : false;