method
eql?
v6.0.0 -
Show latest stable
- Class:
Arel::Nodes::Casted
eql?(other)public
No documentation available.
# File activerecord/lib/arel/nodes/casted.rb, line 19
def eql?(other)
self.class == other.class &&
self.val == other.val &&
self.attribute == other.attribute
end