# File lib/backports/1.9.2/stdlib/matrix.rb, line 1647
  def ==(other)
    return false unless Vector === other
    @elements == other.elements
  end