You mean that the ISCSI target internally kept checksums for data integrity purposes?
Well, ZFS goes far beyond a bunch of ad-hoc CRCs thrown in with the data. All data, user and metadata alike, is checksummed to verify data integrity and guide the self-healing, when sufficient redundancy exists. You can even choose a strong cryptographic hash instead of the default fletcher checksum (mandatory for a few features like encryption and dedup, comes at some minor performance cost, and you can pick from sha256, sha512 and skein).
Check out the resources section for additional documentation, including the introduction to ZFS doc.