You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #148 where isequal was introduced. isequal is strict, whereas == only compares the atomic number, not nneutrons nor the name hash. Consider making them behave the same way. This would be a breaking change.
See #148 where
isequalwas introduced.isequalis strict, whereas==only compares the atomic number, notnneutronsnor the name hash. Consider making them behave the same way. This would be a breaking change.