Compares this object with another SelfEncoder by serialized content.
SelfEncoder
@override bool operator ==(Object other) { return other is SelfEncoder && const SelfEncoderEquality().equals(this, other); }