# File lib/uri_template.rb, line 332
  def eq(other)
    return self.pattern == other.pattern
  end