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