# File lib/mongo/server_selector/selectable.rb, line 77 def ==(other) name == other.name && tag_sets == other.tag_sets && max_staleness == other.max_staleness end