I have two enumerables with the exact same reference elements, and wondering why Equals wouldn\'t be true.
As a side question, the code below to compare each element
.Equals is comparing the references of the enumerables, not the elements they contain.