If both of these sets of results are from fitting, I'm not surprised if they produce different numbers. Unless both routines are using the same minimization algorithms, initial guesses and processing and target, they are likely to end up in different local minima. The fitting of the EPR spectrum of nitroxide, at a single field is actually a bit under-determined, meaning that in the parameter space there are mutliple sets of numbers that provide a good fit. You could try a psuedo Monte-Carlo approach to shed some light on this, start both fit routines from different, random start points, and see where minimize. If each random start ends in the same spot your in a global minimum, but if they are end up in different spot, you have a range of local minima and the parameter space might be too flat, or you stopping criteria might be too high.
In addition it appears that in AnisoFit, you have an anisotropy linewitdh while you are using an isotropic one in EasySpin.
A better test of consistency would be to perform a simulation with the set of numbers in both routines, the spectra should match.