# File lib/matrix.rb, line 1079 def ==(other) return false unless Vector === other other.compare_by(@elements) end