tf = isequal(field1,field2) returns
logical 1 (true) if header field array field1 is
equal to header field array field2. Otherwise,
it returns logical 0 (false). The arrays must be
the same size and corresponding elements must be equal according to
the HeaderField.eq method.