method

eql?

v6.1.7.7 - Show latest stable - Class: Arel::Nodes::Window
eql?(other)
public

No documentation available.

# File activerecord/lib/arel/nodes/window.rb, line 59
      def eql?(other)
        self.class == other.class &&
          self.orders == other.orders &&
          self.framing == other.framing &&
          self.partitions == other.partitions
      end