# File lib/moped/node.rb, line 45 def ==(other) return false unless other.is_a?(Node) address.resolved == other.address.resolved end