An instance of Array such as #(1 2 3 4 5) and an instance of Interval such as (1 to: 5) represent the same collection contents, and as such, should logically be equal. However, expressions such as #(1 2 3 4 5) = (1 to: 5) returned false.
Last updated: 9/3/14