Fix === for abstract Reset types (backport #3979) (#3980)
* Fix === for abstract Reset types (#3979) Previously, the function would infinitely recurse resulting in a stack overflow. (cherry picked from commit ea2d1036) # Conflicts: # core/src/main/scala/chisel3/Data.scala * Resolve backport conflicts --------- Co-authored-by: Jack Koenig <koenig@sifive.com>