Comparing Values in Vectors

Two vectors are considered equal if they have the same values in the same order

(= [1 2 3] [1 2 3])
(= [1 2 3] [4 5 6])
(= [1 2 3] [3 2 1])
(= ["Hello" "World"] ["Hello" "World" "Wide" "Web"])
(= '(1 2 3) [1 2 3])

Which of the above example vectors are equal

()

Comparing sequences

results matching ""

    No results matching ""