open_in_new
content_copy
list1 <- list(1, 2, 3) list2 <- list(1, 2, 3) identical(list1, list2)