global

def ==(other)

def ==(other)
  position == other.position &&
    path == other.path &&
    body == other.body
end