Block::eq not consistent with Block::cmp
Created by: NilSet
Because eq compares both size and pointer, it is inconsistent with cmp which only compares pointers.
Created by: NilSet
Because eq compares both size and pointer, it is inconsistent with cmp which only compares pointers.