# File lib/gettext/textdomain.rb, line 198
    def same_property?(name, topdir, locale)
      @name == name and @topdir == topdir and @current_locale == locale
    end