@override bool equals(other) => other is EmailElement && super.equals(other) && other.emailAddress == emailAddress;