eql?(other)
Tests for equality (delegates to ==).
# File activeresource/lib/active_resource/base.rb, line 825 def eql?(other) self == other end