<div dir="ltr"><div><div><div>Hi,<br><br></div>In quickfixj, fields override the Equals and Hashcode methods which is often useful (I could give examples but I'm sure they are pretty obvious). Not having them is not really a problelm (since Dictionaries etc have constructors that take the IEqualityComparer to use), but for people that migrate from quickfixj (like me) and possible also for people that just assume that Equals on FIX fields "just works" this is confusing.<br><br></div>I would suggest these methods are implemented to perform a comparison of the tag number and value by overriding them in the FieldBase class.<br><br>If not doing so is by choice for some reason, I would suggest overriding them to throw NotImplementedException in order to avoid hard-to-find bugs.<br><br></div>Staffan<br><div><div><div><br></div></div></div></div>